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