Patches item #1959417, was opened at 2008-05-07 13:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: externals Group: bugfix Status: Open Resolution: None Priority: 5 Private: No Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Martin Peach (mrpeach) Summary: [unpackOSC] should output a message rather than a list
Initial Comment: the current implementation of [unpackOSC] outputs a list instead of a message.
e.g. the OSC-message "/bla 1 2 3" will be output as "list /bla 1 2 3"
if you want to use [route] to dispatch the message, you therefore have to [list trim] (or [route list]) the "list"-selector away. ([routeOSC] handles these lists quite well)
the attached patch will internally trim the selector away and thus [unpackOSC] will output "/bla 1 2 3"
([routeOSC] handles these quite well as well)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417...