-
kobe
Inspired by other threads on this forum, I made the following patch.
But the "connect" message does not accept these parameters. Where is the error in this?
-
kobe
Hello Pure Data community
When we want to connect to a patch using the network, we must provide its IP address. Ex: connect 192.168.0.20 3000.
My question is, can I assign a patch ID so I can connect to it without using the IP address?
Ex: connect ID#001 3000 -
kobe
@whale-av Thanks for the answer.
I believe I was not clear on the question. I have this patch (test.pd), which sends audio from a microphone to another patch (also on my computer).
I want this connection to be made from an OSC message, which will be sent from Python.
Is it possible to do that?
-
kobe
Hello everyone,
I made a python script based on this post ([https://forum.pdpatchrepo.info/topic/13357/how-to-send-pure-data-osc-message-to-python]) that allows me to send OSC messages to the network. So, how do I trigger a message box (connect localhost 3000) using the OSC protocol, since this protocol only accepts numeric data?
Thanks