[PD-dev] [ pure-data-Patches-1959417 ] [unpackOSC] should output a message rather than a list

SourceForge.net noreply at sourceforge.net
Wed May 7 13:15:49 CEST 2008


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&group_id=55736

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&group_id=55736




More information about the Pd-dev mailing list