Age | Commit message (Expand) | Author | Files | Lines |
2008-08-14 | Tolerate illegal voice numbers from client for set_port_value. | David Robillard | 2 | -5/+15 |
2008-08-14 | Gracefully handle illegal port paths from client for set_port_value. | David Robillard | 2 | -8/+21 |
2008-08-13 | Fix race condition resulting in duplicate connections if several identical re... | David Robillard | 3 | -23/+38 |
2008-08-13 | More code removal/cleanup. | David Robillard | 1 | -1/+1 |
2008-07-30 | Fix building with language bindings. | David Robillard | 1 | -0/+1 |
2008-07-29 | Fix set_port_value crash when running separate engine w/ OSC. | David Robillard | 1 | -6/+0 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 1 | -2/+2 |
2008-07-29 | Fix stateful port value setting stuff (trigger output ports on note/trigger/e... | David Robillard | 2 | -9/+7 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 1 | -11/+31 |
2008-07-28 | Fix crash on patch loading. | David Robillard | 1 | -2/+2 |
2008-07-28 | Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes. | David Robillard | 5 | -256/+39 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 5 | -31/+68 |
2008-06-23 | Formatting. | David Robillard | 1 | -9/+9 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 9 | -397/+219 |
2008-06-09 | Bump liblo dependency to 0.24. | David Robillard | 1 | -0/+4 |
2008-05-23 | Fix false "unable to find object to destroy" error message. | David Robillard | 2 | -20/+22 |
2008-05-20 | Fix direct midi in -> midi out connections in root patch with plugins present. | David Robillard | 1 | -8/+10 |
2008-05-14 | Fix clear patch command (ticket #18). | David Robillard | 4 | -38/+59 |
2008-05-01 | GCC 4.3 fixes. | David Robillard | 1 | -1/+2 |
2008-03-14 | Exit clean on ctrl+c when running engine only. | David Robillard | 1 | -1/+6 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 4 | -21/+15 |
2008-01-05 | Fix connecting mismatched ports bug (closes ticket 129). | David Robillard | 1 | -3/+3 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 1 | -1/+1 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 5 | -12/+17 |
2007-10-13 | Send polyphonic state on object creation. | David Robillard | 2 | -4/+10 |
2007-10-13 | Fix audio->control connections. | David Robillard | 1 | -1/+3 |
2007-10-11 | Fix awful plugin loading situation. | David Robillard | 3 | -13/+6 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 3 | -6/+7 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -6/+6 |
2007-10-09 | Fix OSC patching. | David Robillard | 2 | -7/+17 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 4 | -7/+7 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 29 | -106/+107 |
2007-10-08 | SharedPtr-ize engine-side Connections (towards merge for patch->connections()). | David Robillard | 6 | -8/+9 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 10 | -37/+34 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 9 | -25/+23 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 39 | -103/+101 |
2007-10-07 | Remove DSSI. | David Robillard | 9 | -520/+0 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 14 | -22/+22 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 31 | -58/+58 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 13 | -29/+24 |
2007-10-04 | Fixed port menu (load fancy dynamic menu from Glade). | David Robillard | 2 | -25/+45 |
2007-10-01 | Added missing files. | David Robillard | 2 | -0/+101 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 4 | -13/+8 |
2007-10-01 | Merge NoteOnEvent and NoteOffEvent. | David Robillard | 9 | -207/+90 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 7 | -155/+35 |
2007-09-30 | Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us... | David Robillard | 3 | -18/+18 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 65 | -133/+127 |
2007-09-30 | Better driver interface for input/output. | David Robillard | 1 | -7/+5 |
2007-09-29 | Added port monitoring disable event. | David Robillard | 6 | -28/+173 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 7 | -14/+304 |