Search found 2 matches

by foogazi
08 Jun 2012 18:42
Forum: General Discussion
Topic: OSC Send address without args
Replies: 3
Views: 1835

Re: OSC Send address without args

I guess you could try oscout(0,'/test',''); that would give you an empty null-terminated string . . . I forgot to mention that I did try that, and it sends an OSC message of type String with a value of "". Which the receiving program ignores because it's waiting for an "address only" message ...
by foogazi
07 Jun 2012 06:13
Forum: General Discussion
Topic: OSC Send address without args
Replies: 3
Views: 1835

OSC Send address without args

I am attempting to control Ardour (http://ardour.org/osc_control) via Lemur, however am running into a problem already. The DAW expects some functions without any arguments - i.e "/ardour/transport_play". In other software (such as the unix/linux command line oscsend utility) I can send OSC ...