Hello PD users,
I am using the MrPeach objects with PD-extended on OSX. I would like to Pack an OSC message that has two type tags, in this case a string and a boolean true.
sendtyped /set sT input 1 mute
|
|
packOSC
|
|
udpsend
The message above is what I am sending to the packOSC object. The packOSC is reporting the message "Tag count does not match message count." For my use case I would like to have the string "input 1 mute" counted as one type tag and not a separate type tag for each individual word.
Any suggestions on how I can reformat my sendtyped message to actually get an OSC message that fits the listed type tags, One string and one boolean true.
Thanks in advance