summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard10-0/+231
2012-10-27Replace octaves port with note number port.David Robillard2-12/+9
2012-09-16Support latest options and morph extensions.David Robillard2-23/+40
2012-08-31Implement host side of buf-size via options.David Robillard3-13/+103
2012-08-29Update for latest options extension.David Robillard1-4/+4
2012-08-29Implement buf-size via options.David Robillard1-33/+44
2012-08-22Fix warning.David Robillard1-1/+1
2012-08-22Fix event list bugs. Maybe.David Robillard1-25/+21
2012-08-22Fix occasional crash in event handling.David Robillard1-1/+1
2012-08-20Replace several assertions with graceful error handling.David Robillard14-48/+34
2012-08-20Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi...David Robillard2-4/+5
2012-08-20Add AMS style octaves output to note block.David Robillard2-12/+25
2012-08-19GraphObject => NodeDavid Robillard26-73/+71
2012-08-19Patch => GraphDavid Robillard62-499/+500
2012-08-18Node => BlockDavid Robillard60-472/+465
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 Robillard30-232/+149
2012-08-16Set initial ingen:value property for ports with a value.David Robillard1-1/+6
2012-08-16Remove verbose logging stuff from Thread.David Robillard3-3/+3
2012-08-16Remove Raul::Slave class.David Robillard4-17/+26
2012-08-15Clean up includes.David Robillard22-28/+5
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 Robillard19-353/+101
2012-08-14Use new LV2 MIDI API.David Robillard5-42/+34
2012-08-14Update for latest Raul.David Robillard25-69/+66
2012-08-13Real-time safe error handling for bad SetPortValue events.David Robillard1-7/+5
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard18-47/+54
2012-08-12Stricter symbol construction and conversion.David Robillard26-195/+200
2012-08-12Remove message context cruft.David Robillard26-301/+60
2012-08-12Fix memory leaks.David Robillard7-56/+54
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-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 Robillard1-10/+1
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 Robillard4-3/+7
2012-08-10Fix various const violations.David Robillard6-11/+22
2012-08-10Remove unnecessary include.David Robillard1-1/+0