Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | Fix clear_buffers() prototype | David Robillard | 1 | -2/+2 |
2017-03-20 | Factor out redundant overloads | David Robillard | 1 | -1/+1 |
2017-03-20 | Fix zipper noise when dragging CV port values | David Robillard | 1 | -1/+1 |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -3/+3 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -36/+32 |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -9/+22 |
2016-12-13 | Remove virtual inheritance from Port hierarchy | David Robillard | 1 | -18/+23 |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -2/+2 |
2016-10-14 | Fix communication with connected sequence ports | David Robillard | 1 | -3/+5 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -17/+17 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -2/+11 |
2015-10-23 | Reduce overhead | David Robillard | 1 | -1/+17 |
2015-09-29 | Fix more URI conversion issues. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-09-02 | Fix polyphonic subgraph outputs in a monophonic parent graph. | David Robillard | 1 | -2/+2 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -1/+24 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 1 | -43/+49 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 1 | -0/+10 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -11/+11 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 1 | -1/+2 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 1 | -1/+2 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 1 | -1/+5 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -5/+13 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -3/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -2/+2 |
2012-08-18 | Node => Block | David Robillard | 1 | -9/+5 |
2012-08-15 | Clean up includes. | David Robillard | 1 | -1/+0 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -5/+5 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -6/+8 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -2/+1 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -0/+21 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -1/+1 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -3/+3 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -2/+10 |
2012-05-31 | Implement Control/CV morph ports. | David Robillard | 1 | -0/+12 |
2012-05-22 | Fix crash when setting nodes polyphonic. | David Robillard | 1 | -2/+0 |
2012-05-12 | More work towards checking contexts via parameter rather than thread magic. | David Robillard | 1 | -3/+4 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -2/+4 |
2012-04-23 | Localise buffer reference stuff. | David Robillard | 1 | -20/+21 |
2012-04-23 | Maybe fix boost compilation errors. | David Robillard | 1 | -21/+20 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 1 | -4/+0 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -1/+4 |
2011-10-03 | Use port type instead of buffer type where appropriate. | David Robillard | 1 | -9/+2 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -1/+5 |
2011-10-01 | Make PortImpl::get_buffers const. | David Robillard | 1 | -1/+1 |
2011-09-15 | Fix control bindings (MIDI learn). | David Robillard | 1 | -0/+12 |
2011-09-15 | Tidy | David Robillard | 1 | -14/+11 |
2011-08-20 | Fix crash when sending port notifications (fix #741). | David Robillard | 1 | -2/+5 |