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. _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
