[PD-dev] [ pure-data-Patches-1739651 ] convert non-"send" messages to OSC-messages via [packOSC]

SourceForge.net noreply at sourceforge.net
Tue Jun 19 13:02:58 CEST 2007


Patches item #1739651, was opened at 2007-06-19 13:02
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=1739651&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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: convert non-"send" messages to OSC-messages via [packOSC]

Initial Comment:
this patch adds the ability to [packOSC] to send messages even when they are not prefixed with the "send" selector.
messages to be converted into osc-packets must have a selector starting with "/", which will become the OSC-path.

example:
 "/bi/ba/bo 1 2 3" is the same as "send /bi/ba/bo 1 2 3"


reasoning:
 - when dealing with large numbers of osc-messages, prepending "send" to each of them can become rather tireseome and cpu-consuming
 - the "send" label is a suboptimal choice anyhow ([packOSC] does not know anything about "send"ing)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1739651&group_id=55736




More information about the Pd-dev mailing list