Age | Commit message (Expand) | Author | Files | Lines |
2018-01-16 | Add missing includes | David Robillard | 1 | -0/+1 |
2017-12-25 | Use nullptr | David Robillard | 1 | -5/+5 |
2017-03-20 | Always use sample accurate controls | David Robillard | 1 | -6/+1 |
2017-03-20 | Fix value buffer update | David Robillard | 1 | -5/+11 |
2017-03-20 | Fix value buffer size logic | David Robillard | 1 | -3/+4 |
2017-03-20 | Fix split cycle audio output | David Robillard | 1 | -1/+1 |
2017-03-20 | Add CV dumping debug utility | David Robillard | 1 | -0/+16 |
2016-12-14 | Fix real-time safety of control bindings | David Robillard | 1 | -0/+24 |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -6/+5 |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -1/+1 |
2016-10-14 | Fix sequence ports with values | David Robillard | 1 | -6/+16 |
2016-10-02 | Add event outputs to Trigger and Controller | David Robillard | 1 | -2/+9 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -5/+5 |
2016-09-11 | Fix buffer copying for various types | David Robillard | 1 | -5/+3 |
2016-01-17 | Fix CPU overload with some CV to control arcs | David Robillard | 1 | -11/+11 |
2016-01-16 | Fix CV to control connections | David Robillard | 1 | -9/+21 |
2015-10-26 | Fix uninitialized buffer pointer | David Robillard | 1 | -0/+1 |
2015-10-25 | Fix audio=>control connections | David Robillard | 1 | -5/+9 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -54/+92 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -8/+106 |
2014-02-01 | Set correct size for sequence output buffers. | David Robillard | 1 | -1/+1 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+2 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -4/+4 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -2/+0 |
2012-08-18 | Fix running as an LV2 plugin. | David Robillard | 1 | -1/+5 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -9/+3 |
2012-08-15 | Fix compilation without SSE support. | David Robillard | 1 | -0/+2 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -12/+0 |
2012-08-11 | Fix peak calculation. | David Robillard | 1 | -4/+12 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -31/+61 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 1 | -5/+4 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -5/+63 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -3/+3 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -7/+10 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -2/+2 |
2012-05-23 | Fix copying of audio buffers and polyphonic audio output. | David Robillard | 1 | -1/+1 |
2012-05-14 | Fix compilation when posix_memalign is unavailable. | David Robillard | 1 | -1/+1 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -1/+1 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -2/+2 |
2012-04-28 | Fix MIDI input. | David Robillard | 1 | -4/+6 |
2012-04-23 | Maybe fix boost compilation errors. | David Robillard | 1 | -0/+7 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -0/+164 |