summaryrefslogtreecommitdiffstats
path: root/src/client/OSCEngineSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-2/+4
2011-05-19Convey put context parameter via OSC.David Robillard1-0/+1
2011-05-19Fix delta via OSC (OSC bindings should be fully functional again).David Robillard1-2/+28
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-2/+2
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard1-4/+4
2011-04-19Remove EngineInterface::quit().David Robillard1-10/+2
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard1-12/+0
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard1-2/+4
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard1-5/+0
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-7/+7
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-24/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-3/+3
2011-04-13Tidy up headers towards being API appropriate.David Robillard1-1/+3
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-1/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard1-7/+0
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard1-8/+0
2010-02-17Fix liblo varargs argument termination.David Robillard1-1/+1
2010-02-14Remove voice specific control setting.David Robillard1-16/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-29/+28
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-14/+0
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-3/+3
2010-01-06Do all logging output via Raul streams.David Robillard1-3/+5
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-10/+0
2009-05-28Rename 'request_object' 'get'.David Robillard1-2/+2
2009-05-28Remove vestigial request_variable interface.David Robillard1-11/+0
2009-05-28Merge request_object and request_plugin.David Robillard1-12/+2
2009-05-28Implement PUT over OSC.David Robillard1-3/+10
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-17/+3
2009-05-27Documentation.David Robillard1-1/+1
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-4/+4
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-63/+3
2009-05-13Remove old/unused DSSI program API.David Robillard1-13/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-11/+11
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard1-2/+2
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-2/+2
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard1-10/+0
2009-05-13The great ID refactoring of 2009.David Robillard1-45/+45
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard1-20/+0
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-2/+2
2008-11-16More HTTP.David Robillard1-4/+6
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-0/+29
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-2/+2
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+420