summaryrefslogtreecommitdiffstats
path: root/src/engine/OSCEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-586/+0
2011-04-20Update OSC documentation.David Robillard1-72/+84
2011-04-19Clean up includes.David Robillard1-0/+1
2011-04-19Remove EngineInterface::quit().David Robillard1-19/+2
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard1-30/+0
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard1-3/+6
2011-04-19Remove unnecessary EventSource::activate_source (just activate immediately).David Robillard1-18/+5
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard1-14/+0
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-4/+4
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-34/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-5/+11
2011-01-08Clean up code (cpplint).David Robillard1-1/+1
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-02-26Update stub support for liblo bundle handlers (for patch lo_bundle_receive_su...David Robillard1-10/+11
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard1-17/+0
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard1-13/+0
2010-02-17Stub liblo bundle receiving support (patch on liblo-dev).David Robillard1-4/+26
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-67/+49
2010-02-04Fix a bunch of memory leaks.David Robillard1-0/+3
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-7/+7
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+1
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-51/+0
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-5/+5
2010-01-07Better log output.David Robillard1-3/+3
2010-01-07Fix compilation with --log-debug.David Robillard1-2/+3
2010-01-07Merge QueuedEventSource and EventSource.David Robillard1-3/+3
2010-01-07Tidy.David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-15/+11
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-18/+0
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-11/+0
2009-05-28Rename 'request_object' 'get'.David Robillard1-16/+16
2009-05-28Remove vestigial request_variable interface.David Robillard1-11/+10
2009-05-28Merge request_object and request_plugin.David Robillard1-23/+3
2009-05-28Remove unused OSC callbacks.David Robillard1-4/+0
2009-05-28Implement PUT over OSC.David Robillard1-3/+9
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-25/+0
2009-05-27Documentation.David Robillard1-3/+22
2009-05-27Add methods documentation page.David Robillard1-69/+110
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-12/+11
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-54/+1
2009-05-13Support re-attaching to Jack.David Robillard1-1/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-23/+23
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard1-17/+0
2009-05-13Remove 'using' declarations from headers.David Robillard1-2/+2
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard1-28/+0
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-7/+7
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard1-4/+4