summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2014-02-01Make SetPortValue event for ingen:activity.David Robillard1-1/+1
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard2-8/+25
2014-01-24Fix various whitespace and formatting issues.David Robillard7-10/+4
2014-01-24Don't take poly lock when creating nodes.David Robillard1-1/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+10
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard2-7/+7
2014-01-18Fix crashes when LV2 host changes polyphony rapidly.David Robillard2-0/+15
2014-01-12Combine port buffers and set state into a single voice object.David Robillard4-29/+29
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard1-1/+1
2013-12-26Add test cases.David Robillard1-1/+1
2013-12-25Fix handling setting of several special properties per request.David Robillard1-5/+9
2013-11-01Remove unused typedefs.David Robillard1-2/+0
2013-08-20Remove unused class members.David Robillard3-3/+0
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard2-0/+15
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-5/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard4-18/+18
2013-02-02More generic Atom class.David Robillard6-20/+20
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-3/+9
2013-01-22Fix compilation with Delta debug dumping enabled.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard22-113/+113
2013-01-12Fix connection bug introduced in r4918 (fix #875).David Robillard2-5/+4
2013-01-11Use range-based for loops where possible.David Robillard4-45/+39
2013-01-11Use type safe enumerations.David Robillard12-109/+118
2013-01-08Add support for URID ports.David Robillard1-0/+2
2012-12-29"edge" => "arc".David Robillard6-39/+39
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard1-4/+4
2012-12-21Strip trailing whitespace.David Robillard5-5/+5
2012-12-21Fix memory leaks.David Robillard8-14/+15
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard11-4/+13
2012-12-20Fix crash on bad delete events.David Robillard1-1/+2
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-2/+9
2012-08-20Replace several assertions with graceful error handling.David Robillard3-11/+7
2012-08-19GraphObject => NodeDavid Robillard9-26/+26
2012-08-19Patch => GraphDavid Robillard19-201/+202
2012-08-18Node => BlockDavid Robillard14-146/+146
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard3-13/+11
2012-08-15Rewrite Raul::Maid and eliminate Raul:List.David Robillard7-10/+10
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard7-85/+64
2012-08-15Simpler and more unified EnginePort implementation.David Robillard4-9/+5
2012-08-15Remove EnginePort::move() in favour of Driver::rename_port().David Robillard2-10/+5
2012-08-14Don't look up system ports by path in the audio thread.David Robillard1-2/+7
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