Age | Commit message (Expand) | Author | Files | Lines |
2014-03-30 | Hopefully fix dead lock issues with locked events. | David Robillard | 2 | -17/+24 |
2014-03-29 | Eliminate long-term lock from Get event. | David Robillard | 2 | -77/+124 |
2014-03-15 | Hopefully fix potential deadlocks with mass deletes (fix #962). | David Robillard | 1 | -3/+10 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 2 | -3/+3 |
2014-02-01 | Set correct size for sequence output buffers. | David Robillard | 1 | -1/+1 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-02-01 | Always monitor sequence ports that are explicitly monitored. | David Robillard | 1 | -1/+3 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 4 | -13/+44 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 27 | -33/+10 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 5 | -17/+24 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 4 | -17/+17 |
2014-01-18 | Consolidate URIs. | David Robillard | 8 | -20/+20 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 2 | -0/+15 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 1 | -5/+11 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 12 | -159/+147 |
2014-01-12 | Log how many plugins are loaded when loading is finished. | David Robillard | 1 | -0/+2 |
2014-01-05 | Update type properties for morph ports so GUI displays correct type. | David Robillard | 2 | -3/+15 |
2014-01-04 | Fix event throughput. | David Robillard | 1 | -1/+1 |
2014-01-04 | More attempts at fixing deadlocks on exit. | David Robillard | 3 | -17/+15 |
2014-01-04 | Don't complain to log when state has no ingen:file property. | David Robillard | 1 | -1/+0 |
2014-01-04 | Fix port monitor period logic. | David Robillard | 2 | -9/+14 |
2013-12-31 | Hopefully fix deadlock on exit for real this time. | David Robillard | 1 | -4/+8 |
2013-12-30 | Fix occasional crashes and deadlocks on exit. | David Robillard | 2 | -2/+11 |
2013-12-30 | Fix deadlocks on exit. | David Robillard | 1 | -1/+1 |
2013-12-26 | Remove unused Driver::is_realtime() method. | David Robillard | 4 | -10/+2 |
2013-12-26 | Add test cases. | David Robillard | 2 | -3/+1 |
2013-12-26 | Implement port methods for DirectDriver. | David Robillard | 1 | -9/+23 |
2013-12-25 | Fix handling setting of several special properties per request. | David Robillard | 1 | -5/+9 |
2013-12-25 | Fix unportable use of NULL va_list (#921). | David Robillard | 1 | -4/+4 |
2013-12-25 | Implement lv2:connectionOptional (#847). | David Robillard | 2 | -3/+18 |
2013-12-17 | Fix atom vector communication (patch from Robin Gareus, #941). | David Robillard | 3 | -3/+6 |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -1/+1 |
2013-12-15 | Fix const-violating casts. | David Robillard | 1 | -2/+2 |
2013-11-01 | Tidy. | David Robillard | 1 | -4/+4 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-10-29 | Remove engine dependency from LV2Options. | David Robillard | 2 | -40/+26 |
2013-10-28 | Pass sample rate to nodes (fix #931). | David Robillard | 1 | -0/+5 |
2013-08-20 | Remove unused class members. | David Robillard | 3 | -3/+0 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 10 | -7/+70 |
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 | 2 | -3/+10 |
2013-06-08 | Specify rsz:minimumSize for main control ports. | David Robillard | 2 | -4/+16 |
2013-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 2 | -1/+11 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 2 | -6/+3 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 7 | -22/+21 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 29 | -114/+118 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 11 | -83/+63 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 2 | -21/+14 |