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

SourceForge.net noreply at sourceforge.net
Sun May 11 20:27:37 CEST 2008


Patches item #1959417, was opened at 2008-05-07 07:15
Message generated for change (Comment added) made by mrpeach
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: Pending
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: Martin Peach (mrpeach)
Date: 2008-05-11 14: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&group_id=55736




More information about the Pd-dev mailing list