summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-1/+1
2015-05-23Prevent concurrent Sord access.David Robillard2-3/+13
2015-05-14Fix ingen:prototype compatibility.David Robillard1-3/+3
2015-05-11Fix handling of spurious polls.David Robillard1-3/+3
2015-04-09Fix multiple note triggers on the same sample.David Robillard2-3/+10
2015-04-05Remove dead code.David Robillard1-8/+4
2015-04-05Use a fixed max buffer size to avoid several values.David Robillard1-1/+2
2015-04-04Fix whitespace.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard100-100/+100
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard2-5/+21
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-30/+13
2015-03-13Fix crash on LV2 destruction.David Robillard1-1/+3
2015-03-13Check for options interface before getting.David Robillard1-4/+13
2015-03-08Clear graph before loading a new preset.David Robillard1-12/+36
2015-03-08Simplify LV2 state restore code.David Robillard1-5/+4
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard6-7/+15
2015-02-24Demodularize Parser and Serialiser.David Robillard2-8/+4
2015-02-24Use sequence buffer size from Jack.David Robillard8-10/+30
2015-02-22Set Jack port order metadata.David Robillard2-0/+15
2015-02-19Server side presets.David Robillard8-4/+133
2015-02-17Delete trailing whitespace.David Robillard10-10/+10
2015-02-09Fix broadcasting to several clients.David Robillard7-54/+34
2015-02-09Stable sort update only by depth to preserve port order.David Robillard2-6/+10
2015-02-08Don't complain about missing ports when deleting things.David Robillard3-5/+7
2015-02-08Server-side copy paste with LV2 state support.David Robillard25-136/+543
2015-02-07Add missing files.David Robillard2-0/+173
2015-02-07Demodularize socket stuff.David Robillard4-3/+86
2015-02-06Remove gthread dependency from engine.David Robillard11-65/+58
2015-02-05Fix events at end of cycle.David Robillard1-4/+8
2015-02-05Fix sequence=>sequence connections.David Robillard2-1/+3
2015-01-15Node bypass.David Robillard4-9/+62
2014-12-18Upgrade to waf 1.8.5.David Robillard1-1/+1
2014-11-17Add support for pitch bend and channel/note pressure.David Robillard2-2/+60
2014-11-17Fix a few minor/unlikely memory errors.David Robillard3-14/+18
2014-09-02Fix polyphonic subgraph outputs in a monophonic parent graph.David Robillard8-15/+46
2014-08-31Use float sequences for sample-accurate control ports.David Robillard36-198/+614
2014-08-28Clean up code documentation.David Robillard4-27/+22
2014-08-10Fix some memory leaks.David Robillard3-1/+12
2014-08-08Use Markdown in doc comments for better source readability.David Robillard3-7/+3
2014-08-08Use Markdown in doc comments for better source readability.David Robillard2-2/+2
2014-05-05Add support for Jack CV via metadata.David Robillard2-2/+71
2014-04-06Support port pretty names via new Jack metadata API.David Robillard8-2/+65
2014-03-31Yet another attempt at fixing event deadlock issues.David Robillard2-26/+32
2014-03-30Hopefully fix dead lock issues with locked events.David Robillard2-17/+24
2014-03-29Eliminate long-term lock from Get event.David Robillard2-77/+124
2014-03-15Hopefully fix potential deadlocks with mass deletes (fix #962).David Robillard1-3/+10
2014-02-02Don't cut feedback for put events, fixing initial placement of subgraph modules.David Robillard1-2/+5
2014-02-02Disable responses in the usual case where the UI doesn't care.David Robillard2-3/+3
2014-02-01Set correct size for sequence output buffers.David Robillard1-1/+1
2014-02-01Make SetPortValue event for ingen:activity.David Robillard1-1/+1