Hello list!
Somebody try to control SC3 with PD on WinXP? I suppose OSC is the better way
any advice or example?
best regards
Chrs
1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo Abrà tu cuenta aquÃ
I read:
Somebody try to control SC3 with PD on WinXP? I suppose OSC is the better way
sc:
r = OSCresponder(nil, '/whatever', { arg time, responder, msg; msg.postln; }).add;
pd:
#N canvas 354 162 438 142 10; #X obj 63 89 sendOSC; #X msg 63 22 connect localhost 57120; #X msg 99 61 send /whatever $1; #X floatatom 247 47 5 0 0 0 - - -; #X text 311 18 <- plug; #X text 311 46 <- play; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 2 0;
oh and I'm not using XP ;)
HTH
x
chris@lo-res.org Postmodernism is german romanticism with better http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
Hi list,
I built a little something on a pic, that sends data over rs232. in pd, I can read that data using the [comport] object (great stuff!) I'm reading a number of turn-knobs and so I output 5 numbers that have to be sorted. by sending the stream as 'ascii' ( I send ascii corresponding number, including linefeed, carriage return etc. ) I can perfectly read the stuff in terminal programs, or by doing cat /dev/ttyS0
This is a bit hard in pd, I haven't figured out a way to do this 'elegantly'
anyone have some suggestions? preferably I would have something that would see it as 'ascii' ...?
this the idea:
[comport] | [parser] | [unpack 0 0 0 0 0 0 0 0]
it's gotta be trivial isn't it? some external somewhere?
bye!
Matthijs.
On Sat, Oct 15, 2005 at 07:36:53PM +0200, Matthijs van Henten wrote:
Hi list,
I built a little something on a pic, that sends data over rs232. in pd, I can read that data using the [comport] object (great stuff!) I'm reading a number of turn-knobs and so I output 5 numbers that have to be sorted. by sending the stream as 'ascii' ( I send ascii corresponding number, including linefeed, carriage return etc. ) I can perfectly read the stuff in terminal programs, or by doing cat /dev/ttyS0
This is a bit hard in pd, I haven't figured out a way to do this 'elegantly'
anyone have some suggestions? preferably I would have something that would see it as 'ascii' ...?
sounds like you wwant the any2ascii/ascii2any externals...in CVS
this the idea:
[comport] | [parser] | [unpack 0 0 0 0 0 0 0 0]
it's gotta be trivial isn't it? some external somewhere?
bye!
Matthijs.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 15 Octobre 2005 14:03, carmen a écrit :
sounds like you wwant the any2ascii/ascii2any externals...in CVS
I don't think they are in the CVS. Here's the correct url (in my old personal section on puredata.info): http://puredata.info/Members/odradek/ascii-0.1.1.tar.bz2/view -- Marc
Bother Marc Lavallee about "ascii" that does both the input and output parsing! for commport (and perhaps others)
b.
Hi list,
I built a little something on a pic, that sends data over rs232. in pd, I can read that data using the [comport] object (great stuff!) I'm reading a number of turn-knobs and so I output 5 numbers that have to be sorted. by sending the stream as 'ascii' ( I send ascii corresponding number, including linefeed, carriage return etc. ) I can perfectly read the stuff in terminal programs, or by doing cat /dev/ttyS0
This is a bit hard in pd, I haven't figured out a way to do this 'elegantly'
anyone have some suggestions? preferably I would have something that would see it as 'ascii' ...?
this the idea:
[comport] | [parser] | [unpack 0 0 0 0 0 0 0 0]
it's gotta be trivial isn't it? some external somewhere?
bye!
Matthijs.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ey,
I read:
Somebody try to control SC3 with PD on WinXP? I suppose OSC is the better way
Btw, im not sure if OSC is stable on win32 supercollider yet. Used to be up to speed on the development on that port, but maybe not anymore. But afaik nothing happened to it and the code still crashes/doesn't work.
Cheers Anton