summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-19Patch => GraphDavid Robillard118-1836/+1839
2012-08-18Node => BlockDavid Robillard95-812/+811
2012-08-18Fix running as an LV2 plugin.David Robillard4-15/+32
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard68-540/+470
2012-08-16Remove all 'using namespace Raul'.David Robillard23-184/+159
2012-08-16Set initial ingen:value property for ports with a value.David Robillard1-1/+6
2012-08-16Don't save the transient ingen:activity property in the model or on disk.David Robillard1-1/+7
2012-08-16Fix broken lv2:default saving and save current value as the lv2:default for c...David Robillard1-3/+11
2012-08-16Remove verbose logging stuff from Thread.David Robillard6-6/+6
2012-08-16Remove Raul::Slave class.David Robillard10-37/+72
2012-08-15Clean up includes.David Robillard38-53/+25
2012-08-15Remove unnecessary Jack thread bookkeeping stuff.David Robillard2-19/+11
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard14-26/+22
2012-08-15Fix compilation without SSE support.David Robillard1-0/+2
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard13-194/+166
2012-08-15Simpler and more unified EnginePort implementation.David Robillard10-351/+262
2012-08-15Remove EnginePort::move() in favour of Driver::rename_port().David Robillard9-60/+42
2012-08-14Don't look up system ports by path in the audio thread.David Robillard6-27/+30
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard24-433/+192
2012-08-14Saner/faster Store interface for finding children.David Robillard4-41/+22
2012-08-14Use new LV2 MIDI API.David Robillard5-42/+34
2012-08-14Update for latest Raul.David Robillard60-272/+268
2012-08-13Real-time safe error handling for bad SetPortValue events.David Robillard1-7/+5
2012-08-13Remove dead code.David Robillard1-28/+0
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard54-207/+245
2012-08-12Remove redundant Path::is_valid_name and Path::nameify.David Robillard2-4/+4
2012-08-12Stricter symbol construction and conversion.David Robillard35-215/+222
2012-08-12Remove message context cruft.David Robillard26-301/+60
2012-08-12Fix memory leaks.David Robillard8-56/+57
2012-08-12Fix Sequence output for LV2.David Robillard1-3/+3
2012-08-12Fix notifications when running as LV2.David Robillard4-2/+15
2012-08-12Faster control input as LV2.David Robillard1-11/+20
2012-08-12Fix loading patches from GUI (fix #851).David Robillard1-2/+2
2012-08-11Remove assertion.David Robillard2-7/+5
2012-08-11Oops.David Robillard1-1/+1
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard17-173/+120
2012-08-11Reset peaks on disconnected inputs on the client side, reducing bandwidth and...David Robillard3-13/+18
2012-08-11Hooray for const.David Robillard1-1/+1
2012-08-11Fix peak calculation.David Robillard1-4/+12
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard30-134/+161
2012-08-10Use the usual semantics for 'end' for Buffer::set_block, which in addition to...David Robillard5-13/+11
2012-08-10Fix a ton of warnings.David Robillard8-24/+11
2012-08-10Fix various const violations.David Robillard14-33/+46
2012-08-10Remove unnecessary include.David Robillard1-1/+0
2012-08-08Clean up wscript files.David Robillard4-10/+10
2012-08-08Support latest LV2 buf-size extension.David Robillard3-10/+21
2012-07-31Request plugins and root patch on LV2 UI startup.David Robillard2-2/+6
2012-07-31Fix running as an LV2 plugin.David Robillard3-9/+14
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard19-270/+141
2012-07-31Remove AudioBuffer::copy and just use memcpy.David Robillard4-23/+3