summaryrefslogtreecommitdiffstats
path: root/src/engine/OSCEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-11* New ontology.David Robillard1-34/+0
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard1-9/+8
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard1-1/+1
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-2/+2
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ...David Robillard1-1/+1
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-3/+4
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard1-1/+1
2008-10-12Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine...David Robillard1-0/+11
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+884