summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-17Fix initial active state of created subpatches.David Robillard2-3/+7
2008-11-17Use LV2 MIDI event type from map instead of hardcoded.David Robillard3-10/+17
2008-11-16Remember patch save file location in client (fix ticket #239).David Robillard3-18/+11
2008-11-16Accelerators for all context menu entries (ticket #264).David Robillard1-492/+492
2008-11-16Fix clashing menu accelerators (fix ticket #263).David Robillard1-2/+6
2008-11-16Fix loading errors.David Robillard3-16/+38
2008-11-16Fix shitty LADSPA name clash avoidance (fix ticket #226).David Robillard1-25/+29
2008-11-16Set new patch window non-resizeable so it's sized sanely in tiling WMs.David Robillard1-486/+487
2008-11-16Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fi...David Robillard3-2/+8
2008-11-16Shutup.David Robillard1-3/+1
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard9-49/+67
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 Robillard22-67/+92
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-15Add symlinks to autowaf.py to projects so it gets included in distributions (...David Robillard1-0/+1
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 Robillard9-20/+33
2008-10-20Actually use installation location variables for everything.David Robillard9-18/+16
2008-10-19Make ingen actually run again :)David Robillard11-28/+33
2008-10-19Fix posix_memalign detection.David Robillard1-0/+1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard11-57/+84
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