Age | Commit message (Expand) | Author | Files | Lines |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 |
2017-12-25 | Always use braces | David Robillard | 1 | -5/+10 |
2017-12-25 | Use nullptr | David Robillard | 1 | -6/+6 |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -4/+0 |
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 | 1 | -10/+7 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -12/+12 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -2/+2 |
2015-04-09 | Fix multiple note triggers on the same sample. | David Robillard | 1 | -2/+9 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-11-17 | Add support for pitch bend and channel/note pressure. | David Robillard | 1 | -2/+54 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -12/+16 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+1 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 1 | -0/+2 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -22/+22 |
2012-10-27 | Replace octaves port with note number port. | David Robillard | 1 | -11/+8 |
2012-08-20 | Add AMS style octaves output to note block. | David Robillard | 1 | -11/+24 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -2/+2 |
2012-08-18 | Node => Block | David Robillard | 1 | -5/+5 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -37/+0 |
2012-08-15 | Clean up includes. | David Robillard | 1 | -1/+0 |
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 | 1 | -19/+9 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+2 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -12/+12 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -0/+1 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -1/+0 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -15/+8 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -3/+3 |
2012-05-23 | Fix more debug logging stuff. | David Robillard | 1 | -1/+1 |
2012-05-23 | Fix voice debugging stuff. | David Robillard | 1 | -19/+21 |
2012-05-14 | Tidy. | David Robillard | 1 | -13/+12 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -2/+2 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+0 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-04-28 | Fix MIDI input. | David Robillard | 1 | -2/+2 |
2012-04-28 | Use CV ports on internal modules. | David Robillard | 1 | -8/+8 |
2012-04-12 | Update for latest atom extension. | David Robillard | 1 | -5/+3 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -6/+6 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -46/+29 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -2/+5 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -12/+17 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+2 |