summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Remove pointless lv2_contexts.h symlink.David Robillard2-2/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard43-146/+146
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard61-1116/+811
2009-11-15Better Parse plugin, working Print plugin.David Robillard9-12/+12
2009-11-14Object extension.David Robillard50-367/+622
2009-11-12String port support.David Robillard18-78/+315
2009-11-07Delete plugins, move core package to lv2 directory and generate docs for it.David Robillard1-1/+1
2009-10-31Revert (most of) r2205, which broke node creation (invisible ports).David Robillard1-3/+3
2009-10-31Don't double-send creation events when they are a result of a PUT.David Robillard3-3/+9
2009-10-21Fix crash when plugins fail to instantiate.David Robillard3-7/+14
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard5-16/+79
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Tidy.David Robillard1-11/+11
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard1-1/+4
2009-09-12Fix spelling.David Robillard1-1/+1
2009-07-07Re-add lv2_contexts.hDavid Robillard1-0/+1
2009-07-07Remove lv2_contexts.hDavid Robillard1-1/+0
2009-07-07Fix compilation issues.David Robillard2-0/+2
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard8-13/+13
2009-06-14Tolerate LV2 plugins without a binary URI.David Robillard1-3/+10
2009-06-14Fix whitespace.David Robillard1-2/+2
2009-06-03Organize ingen_module like other modules.David Robillard3-4/+3
2009-06-03Update bindings.David Robillard3-0/+3
2009-06-03Remove vestigial interface.David Robillard3-5/+0
2009-06-03Clean up input port mixdown code.David Robillard3-36/+31
2009-06-03Clean up and shave some overhead from port value broadcasting.David Robillard6-61/+57
2009-06-03Move internals to their own namespace ala events.David Robillard11-0/+25
2009-06-03Move internals to their own directory ala events.David Robillard15-30/+30
2009-06-03Rename event classes to match new pretty file names.David Robillard51-204/+233
2009-06-03Move events to their own namespace.David Robillard51-29/+150
2009-06-03Consistent imperative style event names.David Robillard8-8/+8
2009-06-03Chop "Event" from event source file names.David Robillard54-82/+81
2009-06-03Remove events dir from include path.David Robillard1-5/+5
2009-06-03Remove unused DisablePortMonitoringEvent.David Robillard2-135/+0
2009-06-02Fix horribly broken LV2 event implementation (ticket #378 among other problems).David Robillard5-15/+33
2009-06-02Remove redundant EventBuffer::_iter.David Robillard4-18/+7
2009-05-30Fix crash when clearing patch that contains a patch (deactivate nodes on clea...David Robillard2-4/+16
2009-05-29DELETE via HTTP.David Robillard1-56/+41
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-2/+2
2009-05-29Node creation via HTTP.David Robillard3-21/+32
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard4-23/+18
2009-05-28Rename 'request_object' 'get'.David Robillard4-19/+19
2009-05-28Rename RequestObjectEvent GetEvent.David Robillard5-11/+11
2009-05-28Document GET.David Robillard1-2/+8
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard3-3/+7
2009-05-28Remove vestigial request_variable interface.David Robillard4-24/+17
2009-05-28Replace new_plugin with put.David Robillard12-62/+40
2009-05-28Merge request_object and request_plugin.David Robillard10-174/+32
2009-05-28Remove unused OSC callbacks.David Robillard2-7/+0
2009-05-28Implement PUT over OSC.David Robillard2-4/+17