summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Control port value tracking via HTTP.David Robillard2-2/+27
2008-11-16Track connecting over HTTP.David Robillard2-19/+32
2008-11-16Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi...David Robillard5-12/+53
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard28-33/+255
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard23-109/+252
2008-11-15Stubs for HTTP streaming.David Robillard10-10/+553
2008-11-10Turn off OSC debug dumping in engine.David Robillard23-38/+38
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ...David Robillard3-24/+12
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard22-120/+229
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard18-180/+205
2008-11-08Don't die if serialisation returns a NULL string.David Robillard1-2/+4
2008-10-20Add missing files.David Robillard3-0/+129
2008-10-20Make Ingen and Patchage relocatable binaries when built as a bundle.David Robillard8-18/+22
2008-10-20Actually use installation location variables for everything.David Robillard8-15/+14
2008-10-19Make ingen actually run again :)David Robillard10-27/+30
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard10-45/+62
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 Robillard163-293/+286
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
2008-10-13Fix various problems with subpatch connecting/disconnecting (and probably int...David Robillard6-32/+49
2008-10-12Resize portless modules properly (e.g. new subpatch creation).David Robillard1-2/+2
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard9-559/+499
2008-10-12More tidy.David Robillard1-23/+16
2008-10-12Fix blank port names for plugins without human names (ie all LADSPA and inter...David Robillard1-6/+9
2008-10-12Build LV2 wrapper in correct location.David Robillard1-1/+1
2008-10-12Build LV2 wrapper (still non-functional).David Robillard1-4/+21
2008-10-12Tidy.David Robillard2-5/+3
2008-10-12Fix crash on loading .om subpatches with names that aren't legal symbols.David Robillard1-2/+2
2008-10-12Fix Om patch loading (import and load as child).David Robillard3-27/+34
2008-10-12Vomit less on the console when loading deprecated patches.David Robillard2-15/+4
2008-10-12Add --jack-name command line option (implement feature request #176).David Robillard10-140/+207
2008-10-12Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine...David Robillard22-117/+426
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard20-78/+145
2008-10-11Remove duplicated code for getting various hints, add generic hint accessor.David Robillard4-37/+14
2008-10-11Add control randomize feature (node context menu).David Robillard7-516/+524
2008-10-11Run ldconfig after install for individual projects, as well as top level.David Robillard1-2/+2
2008-10-11Fix crash when importing .om patches.David Robillard1-1/+1
2008-10-11Tolerate illegal paths in create_patch events.David Robillard1-7/+7
2008-10-11Fix crash in some connection scenario or another. Control->control mixing. ...David Robillard1-1/+1
2008-10-11Fix warning.David Robillard1-1/+0
2008-10-11Fix 'extending' logic (control->audio connections) to deal with varying poly ...David Robillard1-8/+8
2008-10-11Fix last fix. :)David Robillard1-4/+4
2008-10-11Fix yet another missing lock on RDF stuff (moderately likely crash on patch i...David Robillard1-0/+2
2008-10-11Fix crash when copying from a large buffer to a smaller one (just copy the fi...David Robillard1-2/+2
2008-10-09Remove cruft.David Robillard2-15/+0
2008-10-09Don't add copies of every plugin each time menu is shown (testing FTW) (fix t...David Robillard1-1/+1
2008-10-07Add support for plugin class multiple inheritance (multiple menu entires for ...David Robillard2-14/+19
2008-10-07Separate building skeleton plugin menu from adding plugins, and add plugins o...David Robillard2-51/+89
2008-10-06Fix ticket #224David Robillard1-0/+1