[PD] Convert text to send OSC messages.

Mario Mey mariomey at gmail.com
Fri Oct 30 16:07:45 CET 2015


Hi, there. I was using MrPeach OSC system,
now I'm diving into 0.46. In my patch, I have a
lot of prepared OSC sending like:

[send /blender/varios mus 1(
|
[s $0-send-OSC]

[r $0-send-OSC]
|
[packOSC]
|
[udpsend]

Now, as I don't want to change every "send /ble..."
message in my patch, I want to convert every incoming
message to the receive object to something like:

[r $0-send-OSC]
|
???????
|   \
|   [set $1 $2(
|   /
[oscformat]
[list prepend send]
[list trim]
[netsend -u -b]

Where "?????" is what I don't know.

How should I split the message and redirect to make it work?

Thanks.




More information about the Pd-list mailing list