Age | Commit message (Expand) | Author | Files | Lines |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -52/+35 |
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -3/+11 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-04-03 | Fix loading graphs with explicit/non-file URIs. | David Robillard | 1 | -30/+13 |
2015-03-13 | Fix crash on LV2 destruction. | David Robillard | 1 | -1/+3 |
2015-03-08 | Clear graph before loading a new preset. | David Robillard | 1 | -12/+36 |
2015-03-08 | Simplify LV2 state restore code. | David Robillard | 1 | -5/+4 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -6/+2 |
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 1 | -2/+8 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -1/+3 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 1 | -14/+14 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -10/+13 |
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -0/+5 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -6/+6 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 1 | -5/+11 |
2014-01-04 | Don't complain to log when state has no ingen:file property. | David Robillard | 1 | -1/+0 |
2013-12-26 | Remove unused Driver::is_realtime() method. | David Robillard | 1 | -3/+2 |
2013-12-25 | Fix unportable use of NULL va_list (#921). | David Robillard | 1 | -4/+4 |
2013-06-09 | Fix saving of bad node URIs in state. | David Robillard | 1 | -1/+1 |
2013-06-08 | Fix crash on destruction when running in LV2. | David Robillard | 1 | -3/+9 |
2013-06-08 | Specify rsz:minimumSize for main control ports. | David Robillard | 1 | -4/+13 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+3 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -32/+22 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -2/+3 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -15/+16 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -10/+10 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -1/+1 |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -2/+3 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -2/+3 |
2012-11-17 | LV2 time support when running as a plugin. | David Robillard | 1 | -1/+13 |
2012-11-17 | Set plugin<=>UI queue size based on LV2 options. | David Robillard | 1 | -4/+7 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 1 | -0/+4 |
2012-08-29 | Update for latest options extension. | David Robillard | 1 | -4/+4 |
2012-08-29 | Implement buf-size via options. | David Robillard | 1 | -33/+44 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -3/+4 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -60/+60 |
2012-08-18 | Node => Block | David Robillard | 1 | -1/+1 |
2012-08-18 | Fix running as an LV2 plugin. | David Robillard | 1 | -12/+25 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -33/+50 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 |
2012-08-15 | Simpler and more unified EnginePort implementation. | David Robillard | 1 | -99/+68 |
2012-08-15 | Remove EnginePort::move() in favour of Driver::rename_port(). | David Robillard | 1 | -10/+15 |
2012-08-14 | Don't look up system ports by path in the audio thread. | David Robillard | 1 | -7/+8 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -2/+2 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -0/+1 |
2012-08-12 | Fix Sequence output for LV2. | David Robillard | 1 | -3/+3 |
2012-08-12 | Fix notifications when running as LV2. | David Robillard | 1 | -1/+2 |