-
AB
Hi,
I´m pretty sure that´s not a new question, but I risk to ask it since I haven´t seen any answer figuring it out.
I´m sending and receiving messages through pd using ´send´ and ´receive´ objects, and I get this error:
´error: array: no method for 'send'´.
Can anyone tell me what I´m doing wrong?
Thanks a lot,
AB
-
-
AB
Ok, first here is a bunch of code that is generating a message:
inlet
|
prepend /State/Pause
|
prepend send
|
s oscAnd here is the one which is receiving the message and sending it to an external program via OSC:
r osc
|
sendOSCI´m pretty sure that OSC servers and adresses are set correctly. I think that´s a problem regarding the array/prepend combination, but I really don´t know how to solve it.