Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | Remove dubious Buffer::nframes() method | David Robillard | 1 | -1/+1 |
2017-03-20 | Fix value buffer update | David Robillard | 1 | -1/+0 |
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 | Use more efficient memory barriers | David Robillard | 1 | -2/+3 |
2017-03-20 | Fix zipper noise when dragging CV port values | David Robillard | 1 | -1/+2 |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -4/+3 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -21/+10 |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -25/+34 |
2016-12-14 | Don't use path to determine if nodes are the main graph | David Robillard | 1 | -3/+3 |
2016-12-13 | Remove virtual inheritance from Port hierarchy | David Robillard | 1 | -2/+56 |
2016-12-13 | Fix some real-time safety issues | David Robillard | 1 | -0/+2 |
2016-10-14 | Fix communication with connected sequence ports | David Robillard | 1 | -1/+0 |
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 1 | -2/+2 |
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 |