summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-49/+52
2012-03-12Fix mysterious undefined reference when running as a plugin.David Robillard1-0/+3
2012-03-12Centralise atom creation in forge object.David Robillard21-113/+162
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard27-341/+114
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard2-4/+8
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard18-53/+79
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard2-2/+112
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-4/+4
2012-03-10Delete trailing whitespace.David Robillard8-9/+9
2012-03-10Fix loading as an LV2 plugin.David Robillard1-6/+10
2012-03-10Use new LV2 MIDI definitions.David Robillard2-2/+2
2012-03-02Update for latest atom extension.David Robillard2-4/+3
2012-02-23Update for latest Atom extension.David Robillard3-8/+8
2012-02-08Update for latest Atom extension.David Robillard4-9/+9
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard7-7/+7
2012-01-14Replace some non-portable stuff with glib equivalents.David Robillard1-3/+2
2012-01-14Load correct OSC module in ingen plugin.David Robillard1-1/+1
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard1-8/+7
2012-01-14Fix crashes on shutdown (fix #805).David Robillard3-8/+14
2011-12-10Fix buffer atom type initialisation.David Robillard1-5/+5
2011-11-09Update for changes in LV2 SVN.David Robillard2-4/+4
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+2
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-1/+6
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-4/+4
2011-10-22Fix compilation on Mac OS XDavid Robillard1-0/+2
2011-10-22Simplify Parser.David Robillard1-3/+3
2011-10-22Remove EventType.David Robillard5-15/+3
2011-10-21Move engine side OSC and HTTP stuff to separate modules.David Robillard11-1804/+0
2011-10-21Move uri() to CommonInterface.David Robillard1-8/+0
2011-10-21Merge Request into Event.David Robillard35-435/+395
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard7-63/+52
2011-10-21Remove unnecessary calls to EventSource::whip().David Robillard7-21/+5
2011-10-21Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...David Robillard13-82/+126
2011-10-21Merge QueuedEvent into Event.David Robillard39-255/+158
2011-10-21QueuedEngineInterface => ServerInterfaceImpl.David Robillard10-42/+42
2011-10-21Clean up include paths.David Robillard4-20/+20
2011-10-21Move more headers to shared include directory.David Robillard36-42/+41
2011-10-21Move URIs.hpp to public shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard30-54/+61
2011-10-21Remove stub LV2 event (blob) feature implementation.David Robillard2-61/+0
2011-10-21Simplify LV2Features.David Robillard2-4/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard17-21/+21
2011-10-21Begin moving shared headers to public include directory.David Robillard3-4/+4
2011-10-21Use modern terser waf syntax.David Robillard6-57/+57
2011-10-21Fix running as an LV2 plugin.David Robillard5-15/+45
2011-10-19Remove stub implementation of reference extensionDavid Robillard2-74/+0
2011-10-18Clang warning fixes.David Robillard2-5/+7
2011-10-09Fix erroneous assertion.David Robillard1-1/+1
2011-10-09Fix memory errors in Jack2 caused by jack creating several threads.David Robillard2-28/+21
2011-10-09Attempted blind fix for #778.David Robillard1-4/+6