Age | Commit message (Expand) | Author | Files | Lines |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -1/+0 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 6 | -19/+19 |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -2/+2 |
2016-10-14 | Fix sequence ports with values | David Robillard | 1 | -2/+0 |
2016-10-02 | Add event outputs to Trigger and Controller | David Robillard | 4 | -50/+103 |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -2/+2 |
2016-10-02 | Replace Delay internal with simpler BlockDelay | David Robillard | 3 | -229/+102 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 10 | -41/+41 |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 2 | -12/+12 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 10 | -19/+19 |
2015-04-09 | Fix multiple note triggers on the same sample. | David Robillard | 1 | -2/+9 |
2015-04-04 | Update copyright dates. | David Robillard | 10 | -10/+10 |
2014-11-17 | Add support for pitch bend and channel/note pressure. | David Robillard | 2 | -2/+60 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 10 | -56/+55 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 4 | -5/+1 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 3 | -0/+6 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 4 | -4/+4 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 2 | -2/+2 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 2 | -2/+2 |
2013-01-11 | Use type safe enumerations. | David Robillard | 2 | -26/+26 |
2013-01-08 | Add log plugin. | David Robillard | 1 | -0/+2 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 2 | -4/+4 |
2012-11-16 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 2 | -0/+141 |
2012-10-27 | Replace octaves port with note number port. | David Robillard | 2 | -12/+9 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -1/+1 |
2012-08-20 | Add AMS style octaves output to note block. | David Robillard | 2 | -12/+25 |
2012-08-19 | Patch => Graph | David Robillard | 8 | -10/+10 |
2012-08-18 | Node => Block | David Robillard | 8 | -28/+28 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 3 | -47/+0 |
2012-08-15 | Clean up includes. | David Robillard | 8 | -11/+3 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 1 | -1/+1 |
2012-08-14 | Use new LV2 MIDI API. | David Robillard | 4 | -29/+20 |
2012-08-14 | Update for latest Raul. | David Robillard | 4 | -4/+8 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 8 | -71/+71 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 4 | -0/+4 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 4 | -17/+13 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 3 | -30/+22 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 8 | -16/+16 |
2012-07-25 | Remove unnecessary NodeImpl::_srate field. | David Robillard | 1 | -3/+5 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+0 |
2012-05-23 | Fix more debug logging stuff. | David Robillard | 2 | -2/+2 |
2012-05-23 | Fix voice debugging stuff. | David Robillard | 1 | -19/+21 |
2012-05-14 | Tidy. | David Robillard | 8 | -69/+63 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 2 | -3/+3 |
2012-05-11 | Add missing includes. | David Robillard | 4 | -1/+7 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 3 | -3/+0 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 4 | -4/+0 |
2012-05-09 | Factor audio thread execution stuff out of JackDriver into Engine::run(). | David Robillard | 1 | -0/+1 |