On 18/08/10 16:35, João de Brito Vidigal wrote:
I'mtrying to use the [pd~] object to separate audio and video!
However, when I [create( the [gemwin] it just gets stuck!!!

I'm guessing it might be this from the pd~ help patch:

""ATTENTION: DSP must be running in this process for the sub-process to run. This is because its clock is slaved to audio I/O it gets from us!""

What it doesn't say is that the sub-process *also* needs dsp running for its clock to run.

here go the files!

I didn't try your patch as it's kind of huge (I send a small test case).


Claude
--
http://claudiusmaximus.goto10.org
#N canvas 40 134 450 300 10;
#X msg 130 94 pd~ stop;
#X obj 25 42 loadbang;
#X msg 25 63 \; pd dsp 1;
#X msg 130 67 pd~ start -nogui -lib Gem subprocess.pd;
#X obj 101 126 pd~ -sr 44100 -ninsig 0 -noutsig 0 -fifo 20;
#X connect 0 0 4 0;
#X connect 1 0 2 0;
#X connect 3 0 4 0;
#N canvas 0 0 450 300 10;
#X obj 98 16 loadbang;
#X msg 98 46 create \, 1;
#X obj 98 71 gemwin;
#X obj 96 188 square;
#X obj 96 101 gemhead;
#X msg 190 45 \; pd dsp 1;
#X obj 96 128 t a b;
#X obj 136 129 f 0;
#X obj 163 131 + 1;
#X obj 163 152 mod 360;
#X obj 96 163 rotateXYZ;
#X connect 0 0 1 0;
#X connect 0 0 5 0;
#X connect 1 0 2 0;
#X connect 4 0 6 0;
#X connect 6 0 10 0;
#X connect 6 1 7 0;
#X connect 7 0 8 0;
#X connect 7 0 10 2;
#X connect 7 0 10 1;
#X connect 8 0 9 0;
#X connect 9 0 7 1;
#X connect 10 0 3 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to