Patches item #1959417, was opened at 2008-05-07 04:15 Message generated for change (Comment added) made by sf-robot 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: Closed
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)
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2008-05-25 19:20
Message: Logged In: YES user_id=1312539 Originator: NO
This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach) Date: 2008-05-11 11:27
Message: Logged In: YES user_id=919007 Originator: NO
Patch applied, now wait to see if it works...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1959417...