Age | Commit message (Expand) | Author | Files | Lines |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -12/+12 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -2/+1 |
2015-10-25 | Fix explicit sequence port monitoring | David Robillard | 1 | -1/+1 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -11/+21 |
2015-10-23 | Reduce overhead | David Robillard | 1 | -10/+16 |
2015-09-29 | Fix more URI conversion issues. | David Robillard | 1 | -3/+2 |
2015-04-09 | Fix multiple note triggers on the same sample. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -1/+1 |
2015-02-05 | Fix events at end of cycle. | David Robillard | 1 | -4/+8 |
2015-02-05 | Fix sequence=>sequence connections. | David Robillard | 1 | -0/+1 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -28/+73 |
2014-02-01 | Always monitor sequence ports that are explicitly monitored. | David Robillard | 1 | -1/+3 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -5/+4 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 1 | -50/+32 |
2014-01-05 | Update type properties for morph ports so GUI displays correct type. | David Robillard | 1 | -2/+14 |
2014-01-04 | Fix port monitor period logic. | David Robillard | 1 | -8/+13 |
2013-12-17 | Fix atom vector communication (patch from Robin Gareus, #941). | David Robillard | 1 | -2/+2 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 1 | -6/+0 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 1 | -20/+12 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 1 | -1/+1 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 1 | -2/+3 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -3/+3 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 1 | -12/+70 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -11/+26 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -15/+16 |
2013-01-06 | Fix incorrect setting of CV values in the middle of a cycle which resulted in... | David Robillard | 1 | -3/+1 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -2/+2 |
2012-11-18 | Set atom:supports properties for patch event inputs. | David Robillard | 1 | -1/+8 |
2012-11-17 | Gracefully handle failure to send notifications due to buffer overrun. | David Robillard | 1 | -3/+7 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-18 | Node => Block | David Robillard | 1 | -6/+6 |
2012-08-16 | Set initial ingen:value property for ports with a value. | David Robillard | 1 | -1/+6 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 1 | -2/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -2/+2 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -3/+3 |
2012-08-12 | Fix memory leaks. | David Robillard | 1 | -5/+6 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -20/+34 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -2/+3 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 1 | -4/+4 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -12/+6 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -7/+94 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -4/+4 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -0/+14 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -11/+17 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 1 | -6/+5 |
2012-05-31 | Implement Control/CV morph ports. | David Robillard | 1 | -9/+17 |