Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 13 | -115/+108 |
2013-01-11 | Use type safe enumerations. | David Robillard | 35 | -246/+260 |
2013-01-11 | Initialise atomics. | David Robillard | 4 | -1/+12 |
2013-01-11 | Use C++11 atomics. | David Robillard | 10 | -51/+52 |
2013-01-11 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2013-01-11 | C++11-safe conversions. | David Robillard | 3 | -15/+25 |
2013-01-08 | Add log plugin. | David Robillard | 1 | -0/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 7 | -4/+37 |
2013-01-06 | Fix incorrect setting of CV values in the middle of a cycle which resulted in... | David Robillard | 1 | -3/+1 |
2013-01-05 | Send LV2 time properties with correct types from specification. | David Robillard | 1 | -2/+2 |
2012-12-29 | "edge" => "arc". | David Robillard | 13 | -134/+134 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 4 | -7/+7 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 8 | -9/+9 |
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ... | David Robillard | 4 | -7/+62 |
2012-12-21 | Fix crash when deleting subgraphs. | David Robillard | 1 | -6/+2 |
2012-12-21 | Fix memory leaks. | David Robillard | 12 | -18/+28 |
2012-12-21 | Fix memory leaks. | David Robillard | 3 | -0/+14 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 2 | -0/+7 |
2012-12-21 | Add Broadcaster::Transfer for scoped recursion-safe reply bundling. | David Robillard | 12 | -4/+38 |
2012-12-20 | Fix crash on bad delete events. | David Robillard | 1 | -1/+2 |
2012-11-21 | Use atoms for option values. | David Robillard | 3 | -4/+6 |
2012-11-21 | Configuration file support. | David Robillard | 2 | -3/+4 |
2012-11-21 | Move Configuration from Raul to Ingen. | David Robillard | 1 | -3/+3 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 4 | -7/+20 |
2012-11-18 | Don't broadcast CV inputs connected to audio outputs. | David Robillard | 1 | -2/+4 |
2012-11-18 | Set atom:supports properties for patch event inputs. | David Robillard | 1 | -1/+8 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 2 | -6/+3 |
2012-11-17 | Gracefully handle failure to send notifications due to buffer overrun. | David Robillard | 3 | -12/+20 |
2012-11-17 | Gracefully ignore plugins with invalid ports. | David Robillard | 1 | -2/+7 |
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 | 2 | -6/+7 |
2012-11-16 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 10 | -0/+231 |
2012-10-27 | Replace octaves port with note number port. | David Robillard | 2 | -12/+9 |
2012-09-16 | Support latest options and morph extensions. | David Robillard | 2 | -23/+40 |
2012-08-31 | Implement host side of buf-size via options. | David Robillard | 3 | -13/+103 |
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-22 | Fix warning. | David Robillard | 1 | -1/+1 |
2012-08-22 | Fix event list bugs. Maybe. | David Robillard | 1 | -25/+21 |
2012-08-22 | Fix occasional crash in event handling. | David Robillard | 1 | -1/+1 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 14 | -48/+34 |
2012-08-20 | Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi... | David Robillard | 2 | -4/+5 |