summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2012-12-29"edge" => "arc".David Robillard13-134/+134
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard4-7/+7
2012-12-21Strip trailing whitespace.David Robillard8-9/+9
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard4-7/+62
2012-12-21Fix crash when deleting subgraphs.David Robillard1-6/+2
2012-12-21Fix memory leaks.David Robillard12-18/+28
2012-12-21Fix memory leaks.David Robillard3-0/+14
2012-12-21Fix UI operation via socket.David Robillard2-0/+7
2012-12-21Add Broadcaster::Transfer for scoped recursion-safe reply bundling.David Robillard12-4/+38
2012-12-20Fix crash on bad delete events.David Robillard1-1/+2
2012-11-21Use atoms for option values.David Robillard3-4/+6
2012-11-21Configuration file support.David Robillard2-3/+4
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-3/+3
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard4-7/+20
2012-11-18Don't broadcast CV inputs connected to audio outputs.David Robillard1-2/+4
2012-11-18Set atom:supports properties for patch event inputs.David Robillard1-1/+8
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard2-6/+3
2012-11-17Gracefully handle failure to send notifications due to buffer overrun.David Robillard3-12/+20
2012-11-17Gracefully ignore plugins with invalid ports.David Robillard1-2/+7
2012-11-17LV2 time support when running as a plugin.David Robillard1-1/+13
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard2-6/+7
2012-11-16Remove unnecessary include.David Robillard1-1/+0
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