Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 3 | -1/+11 |
2013-02-03 | Fix potential deadlock on exit. | David Robillard | 1 | -1/+4 |
2013-02-03 | Check for required boost headers. | David Robillard | 1 | -1/+0 |
2013-02-03 | Fix compilation with Clang 3.1. | David Robillard | 2 | -2/+4 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -2/+3 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 4 | -5/+7 |
2013-02-02 | More generic Atom class. | David Robillard | 12 | -34/+34 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 3 | -22/+79 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 12 | -41/+105 |
2013-01-27 | Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability. | David Robillard | 4 | -10/+10 |
2013-01-27 | Remove unused fields. | David Robillard | 1 | -3/+1 |
2013-01-27 | Move comments to header. | David Robillard | 2 | -44/+45 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 52 | -264/+264 |
2013-01-12 | Lint. | David Robillard | 4 | -8/+4 |
2013-01-12 | Fix connection bug introduced in r4918 (fix #875). | David Robillard | 2 | -5/+4 |