summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2008-11-29Set properties (not variables) on internal nodes so serialisations match LV2 ...David Robillard3-11/+15
2008-11-29Clean up and organize internals.David Robillard15-71/+71
2008-11-28Sane ontology for internaals.David Robillard7-17/+18
2008-11-28Store module locations on drop (fix ticket #281).David Robillard1-2/+2
2008-11-28MIDI learn for note trigger node.David Robillard4-4/+17
2008-11-27Remove ancient OmInProcess.cpp that hasn't worked for ages.David Robillard1-66/+0
2008-11-27Remove old learn response event junk.David Robillard4-58/+7
2008-11-27MIDI learn for control node.David Robillard7-35/+57
2008-11-27Fix warnings for non-debug builds.David Robillard2-9/+20
2008-11-27Shutup.David Robillard1-3/+1
2008-11-27Fix 'control change for unknown port' message on patch loading.David Robillard2-16/+23
2008-11-25Don't require liblo or libsoup to build queued engine interface (which is use...David Robillard1-38/+37
2008-11-24Cleanups.David Robillard3-11/+11
2008-11-24Use lists instead of ringbuffers for event queue - remove upper limit on even...David Robillard5-111/+63
2008-11-24Fix message extension.David Robillard1-2/+2
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard6-75/+22
2008-11-22Minor cleanup.David Robillard3-7/+5
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard3-3/+3
2008-11-22Better handling of large patch loading.David Robillard1-3/+5
2008-11-22Finer grained locking on RDF world lock when parsing: prevents deadlock on lo...David Robillard1-7/+3
2008-11-22Fix event loss for outputs connected directly to several inputs (fix ticket #...David Robillard4-10/+15
2008-11-22Fix subpatch loading (fix ticket #271).David Robillard2-6/+5
2008-11-17Don't warn about LADSPA junk.David Robillard1-3/+1
2008-11-17Fix crash.David Robillard1-1/+1
2008-11-17Mix down subpatch inputs when necessary (fix ticket #246).David Robillard1-0/+2
2008-11-17Always copy when destination port has fixed buffers.David Robillard1-1/+1
2008-11-17Use LV2 MIDI event type from map instead of hardcoded.David Robillard3-10/+17
2008-11-16Fix shitty LADSPA name clash avoidance (fix ticket #226).David Robillard1-25/+29
2008-11-16Shut down JACK cleanly.David Robillard2-14/+8
2008-11-16Always report buffer size of control ports as 1 (fix ticket #260).David Robillard1-1/+1
2008-11-16Use higher level object sending interface internally in engine.David Robillard6-58/+5
2008-11-16More HTTP.David Robillard9-34/+46
2008-11-16Control port value tracking via HTTP.David Robillard1-1/+5
2008-11-16Track connecting over HTTP.David Robillard1-13/+29
2008-11-16Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi...David Robillard1-8/+13
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard14-12/+112
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard10-39/+38
2008-11-15Stubs for HTTP streaming.David Robillard5-3/+352
2008-11-10Turn off OSC debug dumping in engine.David Robillard6-9/+9
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ...David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard4-24/+20
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard6-54/+71
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard1-0/+2
2008-10-20Actually use installation location variables for everything.David Robillard1-5/+5
2008-10-19Make ingen actually run again :)David Robillard5-13/+14
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard7-32/+46
2008-10-18Remove mandatory libjack dependency (just for typedefs).David Robillard1-5/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard81-133/+132
2008-10-16Don't install experimental ingen LV2 stuff.David Robillard1-1/+2
2008-10-13Fix off-by-1 memory error.David Robillard1-1/+1