Hello.
I need some help trying to connect Darwiinremote ( http://code.google.com/p/darwiinosc/downloads/list) Mac program to PD in a friend's computer.
I'm tryining to connect it through OSC, but I can't get the PD to receive anything.
I set up the same port in both programs, but I think I'm missing the address.
In Linux, which I use in my computer, I had to use "localhost" as the address but I don't know what to use in Mac.
I already googled and found nothing quickly and I'm really in a hurry as I have to set up that for a very important project.
Thank you very much and sorry about my english as is not my first language.
Nicanor.
you can connect to localhost on port 3333 for example. try [dumpOSC 3333] inside pd and connect a [print] to it to see if you receive your values. marius.
Nicanor Garcia wrote:
Hello.
I need some help trying to connect Darwiinremote (http://code.google.com/p/darwiinosc/downloads/list) Mac program to PD in a friend's computer.
I'm tryining to connect it through OSC, but I can't get the PD to receive anything.
I set up the same port in both programs, but I think I'm missing the address.
In Linux, which I use in my computer, I had to use "localhost" as the address but I don't know what to use in Mac.
I already googled and found nothing quickly and I'm really in a hurry as I have to set up that for a very important project.
Thank you very much and sorry about my english as is not my first language.
Nicanor.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2009/3/25 marius schebella marius.schebella@gmail.com
you can connect to localhost on port 3333 for example. try [dumpOSC 3333] inside pd and connect a [print] to it to see if you receive your values. marius.
I tried that with port 2222 but aparently it didn't work, but I'm not sure if I checked well. I'm going to check again today. But I would like to know if there is any other problem. Thank you very much.
Nicanor Garcia wrote:
2009/3/25 marius schebella <marius.schebella@gmail.com mailto:marius.schebella@gmail.com>
you can connect to localhost on port 3333 for example. try [dumpOSC 3333] inside pd and connect a [print] to it to see if you receive your values. marius.
I tried that with port 2222 but aparently it didn't work, but I'm not sure if I checked well. I'm going to check again today. But I would like to know if there is any other problem.
Well obviously you also need to know the IP address of the computer you are sending to. (On the receiving machine, try /sbin/ifconfig in a terminal, or look in System Preferences->Network.)
Martin