summaryrefslogtreecommitdiffstats
path: root/src/client/OSCClientReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-23Animate audio port colours based on levels.David Robillard1-2/+5
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-0/+3
2011-05-19Convey put context parameter via OSC.David Robillard1-3/+5
2011-05-19Fix some crashiness in last commit.David Robillard1-5/+8
2011-05-19Fix delta via OSC (OSC bindings should be fully functional again).David Robillard1-0/+37
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-2/+2
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard1-3/+3
2011-04-19Clean up includes.David Robillard1-1/+5
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-3/+2
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-19/+0
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-3/+7
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-03-10Add #include "ingen-config.h" to files that use config #ifdefs that were miss...David Robillard1-0/+1
2010-02-14Remove voice specific control setting.David Robillard1-14/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-12/+11
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-13/+0
2010-01-07Better log output.David Robillard1-8/+1
2010-01-07Fix compilation with --log-debug.David Robillard1-0/+4
2010-01-06Do all logging output via Raul streams.David Robillard1-7/+9
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-9/+0
2009-12-03More missing icnlude fun.David Robillard1-1/+0
2009-12-03Add missing include.David Robillard1-0/+1
2009-05-28Turn off OSC debugging.David Robillard1-1/+1
2009-05-28Replace new_plugin with put.David Robillard1-12/+0
2009-05-28Implement PUT over OSC.David Robillard1-1/+14
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-23/+3
2009-05-27Documentation.David Robillard1-2/+2
2009-05-27Add methods documentation page.David Robillard1-4/+3
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-39/+1
2009-05-13Remove old/unused DSSI program API.David Robillard1-29/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-19/+19
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-6/+6
2009-05-11Fix OSC/graphviz compilation stuff.David Robillard1-3/+3
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-3/+3
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
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/+394