Age | Commit message (Expand) | Author | Files | Lines |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -7/+7 |
2016-09-11 | Fix buffer copying for various types | David Robillard | 1 | -0/+3 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -20/+20 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 1 | -1/+2 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -8/+65 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use C++11 atomics. | David Robillard | 1 | -3/+3 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -2/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+2 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -4/+5 |
2012-08-18 | Fix running as an LV2 plugin. | David Robillard | 1 | -0/+2 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -1/+12 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -15/+25 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 1 | -2/+1 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -2/+12 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -0/+34 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -1/+0 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+3 |
2012-05-11 | Fix compilation with clang. | David Robillard | 1 | -2/+1 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 1 | -7/+0 |
2012-04-23 | Maybe fix boost compilation errors. | David Robillard | 1 | -3/+8 |
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 | -24/+22 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -2/+2 |
2011-09-24 | Fix crash with parallel execution. | David Robillard | 1 | -6/+9 |
2011-05-23 | Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr... | David Robillard | 1 | -2/+0 |
2011-05-20 | Upate for new Raul API | David Robillard | 1 | -0/+2 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -0/+97 |