summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Fix more URI conversion issues.David Robillard2-4/+3
2015-09-11Remove debug printing stuff.David Robillard1-1/+0
2015-09-04Fix various atom conversion issues.David Robillard4-20/+26
2015-09-02Remove last use of map::emplace.David Robillard1-4/+4
2015-08-29Avoid map::emplace to accomodate old GCC.David Robillard3-11/+11
2015-08-29Remove debug printing.David Robillard1-4/+0
2015-08-29Set properties uniquely for set method.David Robillard1-4/+10
2015-08-29Save plugin version information in bundles.David Robillard1-0/+23
2015-08-28Get rid of LV2Info class.David Robillard8-211/+46
2015-08-12Fix URI comparison issues.David Robillard5-6/+6
2015-08-12Server-side presets.David Robillard19-49/+268
2015-08-03Fix comment typo.David Robillard1-1/+1
2015-07-25Fix crash when loading presets with invalid ports.David Robillard1-1/+1
2015-07-16Clear extra output buffers when bypassing blocks.David Robillard1-4/+11
2015-06-09Server side loading.David Robillard5-64/+105
2015-05-30Preliminary server-side save support.David Robillard2-16/+66
2015-05-26Listen for TCP connections on all interfaces.David Robillard1-2/+1
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