summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-08Clean up wscript files.David Robillard1-3/+3
2012-08-08Support latest LV2 buf-size extension.David Robillard3-10/+21
2012-07-31Fix running as an LV2 plugin.David Robillard2-8/+13
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
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard18-132/+152
2012-07-31Remove rotten parallelism stuff.David Robillard13-391/+13
2012-07-31Clean up Resource.David Robillard1-1/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard59-244/+226
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard5-27/+26
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard13-31/+26
2012-07-30Shrink events.David Robillard14-100/+80
2012-07-27Silence invalid control binding error message.David Robillard1-1/+1
2012-07-26Process notifications when no events are pending (prevent overflow).David Robillard2-1/+5
2012-07-26Fix post processor ordering to be correctly monotonic between both pre-proces...David Robillard3-19/+22
2012-07-26Increase notification ring size.David Robillard2-10/+12
2012-07-26Gracefully handle notification ring overflow.David Robillard1-2/+9
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard14-92/+81
2012-07-26Better error message for unknown port types.David Robillard1-1/+2
2012-07-25Make compile_recursive private to PatchImpl.cpp.David Robillard2-19/+17
2012-07-25Remove unnecessary NodeImpl::_srate field.David Robillard5-15/+22
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard7-34/+75
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard13-194/+120
2012-07-18Factor out 'inherit plugin port properties' pattern.David Robillard1-19/+11
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard7-37/+84
2012-07-17Implement worker extension correctly (for one voice only).David Robillard17-114/+299
2012-07-16Preliminary somewhat kludgey support for UIs sending messages to Sequence inp...David Robillard2-32/+25