Age | Commit message (Expand) | Author | Files | Lines |
2012-08-12 | Fix memory leaks. | David Robillard | 7 | -56/+54 |
2012-08-12 | Fix Sequence output for LV2. | David Robillard | 1 | -3/+3 |
2012-08-12 | Fix notifications when running as LV2. | David Robillard | 4 | -2/+15 |
2012-08-12 | Faster control input as LV2. | David Robillard | 1 | -11/+20 |
2012-08-11 | Remove assertion. | David Robillard | 2 | -7/+5 |
2012-08-11 | Oops. | David Robillard | 1 | -1/+1 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 17 | -173/+120 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 1 | -10/+1 |
2012-08-11 | Hooray for const. | David Robillard | 1 | -1/+1 |
2012-08-11 | Fix peak calculation. | David Robillard | 1 | -4/+12 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 30 | -134/+161 |
2012-08-10 | Use the usual semantics for 'end' for Buffer::set_block, which in addition to... | David Robillard | 5 | -13/+11 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 4 | -3/+7 |
2012-08-10 | Fix various const violations. | David Robillard | 6 | -11/+22 |
2012-08-10 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -3/+3 |
2012-08-08 | Support latest LV2 buf-size extension. | David Robillard | 3 | -10/+21 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 2 | -8/+13 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 19 | -270/+141 |
2012-07-31 | Remove AudioBuffer::copy and just use memcpy. | David Robillard | 4 | -23/+3 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 18 | -132/+152 |
2012-07-31 | Remove rotten parallelism stuff. | David Robillard | 13 | -391/+13 |
2012-07-31 | Clean up Resource. | David Robillard | 1 | -1/+5 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 59 | -244/+226 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 5 | -27/+26 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 13 | -31/+26 |
2012-07-30 | Shrink events. | David Robillard | 14 | -100/+80 |
2012-07-27 | Silence invalid control binding error message. | David Robillard | 1 | -1/+1 |
2012-07-26 | Process notifications when no events are pending (prevent overflow). | David Robillard | 2 | -1/+5 |
2012-07-26 | Fix post processor ordering to be correctly monotonic between both pre-proces... | David Robillard | 3 | -19/+22 |
2012-07-26 | Increase notification ring size. | David Robillard | 2 | -10/+12 |
2012-07-26 | Gracefully handle notification ring overflow. | David Robillard | 1 | -2/+9 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 14 | -92/+81 |
2012-07-26 | Better error message for unknown port types. | David Robillard | 1 | -1/+2 |
2012-07-25 | Make compile_recursive private to PatchImpl.cpp. | David Robillard | 2 | -19/+17 |
2012-07-25 | Remove unnecessary NodeImpl::_srate field. | David Robillard | 5 | -15/+22 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 7 | -34/+75 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 13 | -194/+120 |
2012-07-18 | Factor out 'inherit plugin port properties' pattern. | David Robillard | 1 | -19/+11 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 7 | -37/+84 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 17 | -114/+299 |
2012-07-16 | Preliminary somewhat kludgey support for UIs sending messages to Sequence inp... | David Robillard | 2 | -32/+25 |
2012-07-06 | Fix crash when instantiating plugins with worker interface. | David Robillard | 1 | -1/+1 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 25 | -114/+114 |
2012-06-13 | Fix control binding loading. | David Robillard | 2 | -11/+16 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 3 | -26/+50 |
2012-06-10 | Working control ports when running under LV2. | David Robillard | 1 | -1/+5 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -15/+31 |
2012-06-02 | Use URI constants. | David Robillard | 1 | -2/+2 |
2012-06-01 | Functioning MIDI input and internals when running as an LV2. | David Robillard | 3 | -2/+12 |