Age | Commit message (Expand) | Author | Files | Lines |
2012-08-16 | Fix broken lv2:default saving and save current value as the lv2:default for c... | David Robillard | 1 | -3/+11 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 6 | -6/+6 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 10 | -37/+72 |
2012-08-15 | Clean up includes. | David Robillard | 38 | -53/+25 |
2012-08-15 | Remove unnecessary Jack thread bookkeeping stuff. | David Robillard | 2 | -19/+11 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 14 | -26/+22 |
2012-08-15 | Fix compilation without SSE support. | David Robillard | 1 | -0/+2 |
2012-08-15 | Use intrusive lists to store nodes and ports in their parent patch to avoid t... | David Robillard | 13 | -194/+166 |
2012-08-15 | Simpler and more unified EnginePort implementation. | David Robillard | 10 | -351/+262 |
2012-08-15 | Remove EnginePort::move() in favour of Driver::rename_port(). | David Robillard | 9 | -60/+42 |
2012-08-14 | Don't look up system ports by path in the audio thread. | David Robillard | 6 | -27/+30 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 28 | -449/+228 |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 5 | -45/+25 |
2012-08-14 | Use new LV2 MIDI API. | David Robillard | 6 | -43/+35 |
2012-08-14 | Update for latest Raul. | David Robillard | 73 | -301/+302 |
2012-08-13 | Don't use GCC only warnings flags on clang. | David Robillard | 1 | -0/+0 |
2012-08-13 | Real-time safe error handling for bad SetPortValue events. | David Robillard | 1 | -7/+5 |
2012-08-13 | Remove dead code. | David Robillard | 1 | -28/+0 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 73 | -272/+328 |
2012-08-12 | Remove redundant Path::is_valid_name and Path::nameify. | David Robillard | 2 | -4/+4 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 36 | -216/+225 |
2012-08-12 | Remove message context cruft. | David Robillard | 26 | -301/+60 |
2012-08-12 | Fix memory leaks. | David Robillard | 8 | -56/+57 |
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-12 | Fix loading patches from GUI (fix #851). | David Robillard | 1 | -2/+2 |
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 | 3 | -13/+18 |
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 | Upgrade to r75/autowaf (enable stricter compiler flags). | David Robillard | 1 | -0/+0 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 9 | -24/+18 |
2012-08-10 | Fix various const violations. | David Robillard | 15 | -34/+47 |
2012-08-10 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-08-08 | Update to r74/autowaf (Add autowaf.set_c99_mode()). | David Robillard | 1 | -0/+0 |
2012-08-08 | Clean up wscript files. | David Robillard | 5 | -28/+28 |
2012-08-08 | Support latest LV2 buf-size extension. | David Robillard | 4 | -11/+22 |
2012-08-06 | Update to r73/autowaf (Windows path fixes). | David Robillard | 1 | -0/+0 |
2012-08-05 | Update to waf 1.7.2. | David Robillard | 1 | -0/+0 |
2012-08-04 | Update to waf 1.7.1. | David Robillard | 1 | -0/+0 |
2012-07-31 | Request plugins and root patch on LV2 UI startup. | David Robillard | 2 | -2/+6 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 3 | -9/+14 |
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 |