Good morning!
I'm new here on the forum and on Pure Data and I have a question.
How do I send an OSC message to a message box?
I have this patch:
[mrpeach/net/udpreceive 3005]
|
|
[osc/unpackOSC]
|
|
[osc/routeOSC /connection]
|
|
[message box]
But when I send the OSC message (through a Python script, which I got thanks to another post here on the forum), it doesn't reach the message box.
So how can I do this?