Age | Commit message (Expand) | Author | Files | Lines |
2008-08-18 | Tolerate attempts to create patches with illegal paths. | David Robillard | 2 | -11/+23 |
2008-08-18 | More copy/paste and serialisation work. | David Robillard | 2 | -1/+13 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 2 | -11/+27 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 4 | -9/+24 |
2008-08-17 | There! | David Robillard | 1 | -4/+1 |
2008-08-17 | Cloooser... | David Robillard | 5 | -42/+37 |
2008-08-16 | Closer... | David Robillard | 1 | -1/+1 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 23 | -47/+47 |
2008-08-16 | Factor out common store functionality. | David Robillard | 5 | -8/+8 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 27 | -33/+33 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 1 | -0/+2 |
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 |