Age | Commit message (Expand) | Author | Files | Lines |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -7/+5 |
2017-02-12 | Fix atomic event execution | David Robillard | 1 | -2/+7 |
2017-01-18 | Fix invalid cross-thread use of mutex | David Robillard | 1 | -17/+12 |
2016-12-14 | Fix real-time safety of control bindings | David Robillard | 1 | -23/+31 |
2016-10-14 | Fix potential store deadlock | David Robillard | 1 | -1/+1 |
2016-10-14 | Fix sequence ports with values | David Robillard | 1 | -2/+3 |
2016-10-13 | Clean up protocol documentation | David Robillard | 1 | -28/+0 |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 1 | -5/+8 |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -2/+5 |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -22/+0 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -1/+1 |
2016-08-01 | Fix compilation on OSX | David Robillard | 1 | -2/+0 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -1/+1 |
2016-07-30 | Add undo support | David Robillard | 1 | -7/+50 |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 1 | -5/+5 |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 1 | -9/+3 |
2015-11-23 | Fix crash when request contains invalid path URI | David Robillard | 1 | -1/+6 |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -4/+21 |
2015-10-30 | Add protocol for loading and unloading bundles | David Robillard | 1 | -1/+64 |
2015-10-25 | Create all graphs the same way | David Robillard | 1 | -1/+1 |
2015-09-04 | Fix various atom conversion issues. | David Robillard | 1 | -13/+17 |
2015-08-29 | Set properties uniquely for set method. | David Robillard | 1 | -4/+10 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -5/+49 |
2015-07-25 | Fix crash when loading presets with invalid ports. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-19 | Server side presets. | David Robillard | 1 | -1/+62 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -31/+36 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 1 | -8/+7 |
2015-01-15 | Node bypass. | David Robillard | 1 | -6/+16 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -6/+17 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+10 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -5/+5 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 1 | -0/+13 |
2013-12-25 | Fix handling setting of several special properties per request. | David Robillard | 1 | -5/+9 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -2/+2 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -10/+10 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -3/+9 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -20/+18 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -30/+31 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -2/+1 |
2012-12-21 | Add Broadcaster::Transfer for scoped recursion-safe reply bundling. | David Robillard | 1 | -0/+2 |