summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-28Create objects via SetMetadataEvent.David Robillard4-48/+84
2009-05-28Remove single property SetMetadataEvent constructor.David Robillard4-62/+26
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard5-84/+140
2009-05-28Fix URIs.David Robillard3-9/+4
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard3-8/+6
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard19-230/+144
2009-05-27Documentation.David Robillard1-3/+22
2009-05-27Documentation.David Robillard3-6/+33
2009-05-27Add methods documentation page.David Robillard8-151/+224
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard16-80/+91
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard20-280/+177
2009-05-13Support re-attaching to Jack.David Robillard3-5/+0
2009-05-13Fix Jack port names.David Robillard2-2/+2
2009-05-13Clean up Jack shutdown semantics.David Robillard2-2/+4