OSCpathResponder broken, needs fix like OSCresponderNode #113
Labels
bug
Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
comp: sclang
sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"
[Issue migrated from SourceForge | ID: 2930691 | Submitted by 'danstowell']
[http://sourceforge.net/support/tracker.php?aid=2930691]
OSCresponder and OSCresponderNode were recently updated to detect messages with-or-without a slash at first. OSCpathResponder needs similarly updating. Various things fail otherwise, such as:
s.boot;
{SinOsc.ar}.loadToFloatArray(0.3, s, {"GOT IT".postln}) // Message never posted, though it should be
(This is with svn rev 9674)
The text was updated successfully, but these errors were encountered: