summaryrefslogtreecommitdiffstats
path: root/src/server/ingen_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Clean up and better document World interface.David Robillard1-5/+5
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-21/+18
2012-05-10LV2URIMap => URIMap.David Robillard1-2/+2
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-3/+3
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-1/+1
2012-05-09DriverPort => EnginePort.David Robillard1-6/+7
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-11/+5
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-10/+10
2012-04-28Gracefully handle UI communication ring overflow.David Robillard1-4/+13
2012-04-28Lint.David Robillard1-2/+2
2012-04-28Remove using declarations from headers.David Robillard1-4/+4
2012-04-27Fix mismatched sample rate and buffer size.David Robillard1-1/+1
2012-04-27Initialise thread system if necessary to work in non-Gtk hosts.David Robillard1-0/+4
2012-04-23Use URI defines where possible.David Robillard1-1/+1
2012-04-12Update for latest atom extension.David Robillard1-2/+1
2012-03-31Update for latest LV2 state extension.David Robillard1-6/+8
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-17/+16
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard1-1/+1
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-18/+111
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-2/+2
2012-03-15Implement new LV2 discovery API.David Robillard1-56/+66
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-11/+14
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-49/+52
2012-03-12Centralise atom creation in forge object.David Robillard1-6/+9
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard1-1/+111
2012-03-10Delete trailing whitespace.David Robillard1-2/+2
2012-03-10Fix loading as an LV2 plugin.David Robillard1-6/+10
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
2011-10-22Remove EventType.David Robillard1-4/+0
2011-10-21QueuedEngineInterface => ServerInterfaceImpl.David Robillard1-3/+3
2011-10-21Clean up include paths.David Robillard1-13/+13
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Begin moving shared headers to public include directory.David Robillard1-2/+2
2011-10-21Fix running as an LV2 plugin.David Robillard1-0/+23
2011-10-03Use port type instead of buffer type where appropriate.David Robillard1-4/+4
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-1/+1
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-2/+0
2011-05-21Fix patch loading.David Robillard1-3/+9
2011-05-18Use an intrusive linked list for event queue rather than Raul::List.David Robillard1-3/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+422