summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard14-92/+81
2012-08-14Update for latest Raul.David Robillard2-6/+8
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 Robillard10-34/+35
2012-08-12Stricter symbol construction and conversion.David Robillard4-10/+17
2012-08-12Remove message context cruft.David Robillard3-19/+10
2012-08-11Oops.David Robillard1-1/+1
2012-08-11Considerable DSP performance improvements (mixing overhead, and per-event MID...David Robillard5-8/+10
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard2-1/+3
2012-08-10Use the usual semantics for 'end' for Buffer::set_block, which in addition to...David Robillard1-1/+1
2012-08-10Fix various const violations.David Robillard1-1/+1
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard2-4/+2
2012-07-31Move continuous value setting stuff from AudioBuffer to PortImpl.David Robillard3-8/+5
2012-07-31Clean up Resource.David Robillard1-1/+5
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard9-36/+25
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard2-16/+16
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-1/+1
2012-07-30Shrink events.David Robillard14-100/+80
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard11-83/+64
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-4/+6
2012-07-16Preliminary somewhat kludgey support for UIs sending messages to Sequence inp...David Robillard2-32/+25
2012-06-29Fix crashes caused by events attempting to respond to deleted clients (fix #8...David Robillard22-100/+100
2012-06-13Fix control binding loading.David Robillard1-2/+5
2012-06-13Fix saving of control bindings.David Robillard1-1/+1
2012-06-01Functioning MIDI input and internals when running as an LV2.David Robillard1-0/+1
2012-05-24Delete trailing whitespace.David Robillard2-2/+2
2012-05-23Trim unnecessary includes.David Robillard7-22/+7
2012-05-23Clean up CreatePatch polyphony stuff.David Robillard5-29/+25
2012-05-23Tidy.David Robillard3-32/+0
2012-05-23SetMetadata => Delta.David Robillard2-29/+29
2012-05-23Fix creation of several ports in rapid succession (e.g. on patch load).David Robillard2-54/+51
2012-05-23Fix crash when loading polyphonic patches.David Robillard1-4/+5
2012-05-22Fix crash when setting nodes polyphonic.David Robillard1-1/+1
2012-05-22More work on test suite.David Robillard22-212/+134
2012-05-20Remove Deactivate event.David Robillard1-51/+0
2012-05-18Beginnings of a test framework.David Robillard1-50/+62
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard1-2/+82
2012-05-15Fix crash when loading patches from the command line.David Robillard5-68/+64
2012-05-15Eliminate long-duration event locks by generated responses in pre_process().David Robillard9-52/+56
2012-05-14Trim unnecessary includes.David Robillard1-2/+0
2012-05-14Tidy.David Robillard9-24/+24
2012-05-14Delete trailing whitespace.David Robillard1-1/+1
2012-05-14Don't use maid unnecessarily in Delete::post_process().David Robillard1-3/+3
2012-05-14Factor out common code.David Robillard1-14/+10
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard11-18/+18
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard3-7/+13
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-3/+3
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard6-11/+11
2012-05-12Remove redundant thread assertions.David Robillard1-2/+0
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7