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

SourceForge.net noreply at sourceforge.net
Thu Jun 21 09:39:38 CEST 2007


Patches item #1739651, was opened at 2007-06-19 13:02
Message generated for change (Comment added) made by zmoelnig
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: Closed
>Resolution: Accepted
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)

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

>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-06-21 09:39

Message:
Logged In: YES 
user_id=564396
Originator: YES

thanks (of coures it was not my suggestion to remove the explitic "send"
message (for compat issues))

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

Comment By: Martin Peach (mrpeach)
Date: 2007-06-20 22:39

Message:
Logged In: YES 
user_id=919007
Originator: NO

Done, also 'send' is still there for backwards compatibility.

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

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