In those chuck examples, one example sets up a port "6449 (or whatever)"<br><br>and another 'listens' to that port every .2 seconds.<br>---- ------<br><br>So I gather that if I then sent an OSC message to 'port 6449' (or the corresponding 'whatever') via python, the listening shred would pick it up sometime in the next .2 seconds.<br>
<br>In other words, any given port number gets recognized by any program on the system that specifically looks for it (?)<br>----- ----- ------<br><br>If so, then the only real problem (which I guess I'll stumble through) is finding out where to stash the pyOSC... [I'm used to having everything neatly arranged in 'packages' that know where to put themselves, ow well.]<br>