hey
i've never used OSC until now, when i'm trying to connect a pd patch
on my powerbook to a max patch in another mac. it works from max to
max, but i cant figure out the right syntax to make pd talk to max.
on my patch i have:
[connect 192.168.1.13 5500( | [sendOSC] | [OSC]
and i'm trying it with, say, [send poo $1( connected to sendOSC. then on the machine running max, i have:
[otudp read 5500 nbufs 10 bufsize 256] | [OpenSoundControl] | [route poo] | [0)
what am i doing wrong? this must be extra-easy, but... danke r
Hi!
Between two pd-patches, this solution works for me:
Sender:
[connect localhost 10003( | | [send /one yeah( | | || [sendOSC]
Receiver: [dumpOSC] | [OSCroute /one /two] | | [print] [print]
Click on [send /one yeah( in sender patch and see it working...
If you still can't get connection between two non localhosts, maybe a personal firewall is messing around...
Piotr
roc wrote:
hey i've never used OSC until now, when i'm trying to connect a pd patch on my powerbook to a max patch in another mac. it works from max to max, but i cant figure out the right syntax to make pd talk to max. on my patch i have:
[connect 192.168.1.13 5500( | [sendOSC] | [OSC]
and i'm trying it with, say, [send poo $1( connected to sendOSC. then on the machine running max, i have:
[otudp read 5500 nbufs 10 bufsize 256] | [OpenSoundControl] | [route poo] | [0)
what am i doing wrong? this must be extra-easy, but... danke r
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
triple d'oh it was something wrong with the port # (on the max patch, of course :-) thanks r
I would like to ask some questions, but dont know if there is a forum dedicated to flext. Does anybody know something? Cheers. Nillow.
i think it would be ok to ask your questions here.
Nillow wrote:
I would like to ask some questions, but dont know if there is a forum dedicated to flext. Does anybody know something?
if you try to write/compile externals with flext, pd-dev would be a perfect place to ask. if you have problems with flext that do not require C/C++ knowledge (e.g. a binary external that uses flext does not work), this (e.g. pd-list) is a good place.
ah and yes: please start a new thread when you start a nwe thread; just hitting on reply to some random list-message and changing the subject will break the thread-view of serious MUAs.
mfg.a.dr IOhannes
Hi Nillow, i'm already thinking of opening a flext mailing-list, but meanwhile you'd be better off asking on the PD list, since there seem to be many more flext users than here.
best greeting, Thomas
Am 25.05.2005 um 04:35 schrieb Nillow:
I would like to ask some questions, but dont know if there is a forum dedicated to flext. Does anybody know something? Cheers. Nillow.