I'm trying to use the [pd~] object to separate audio and video! However, when I [create( the [gemwin] it just gets stuck!!! here go the files!
Thanks
for whatever reason the subprocess needs signal processing ON for a moment to get started. if you check “compute audio” in the pd-window of the subprocess you'll see that Gem starts doing what it should. I've reported this behavior a year ago. off cause you can automate this. loadbang -> dsp 1, delay 1000, dsp 0 then the pd~ trick works well. look into the subpatch “init” in 09b-pd-tilde_video.pd in the download http://web.uni-weimar.de/medien/wiki/Audiovideo .
m.
Am 18.08.2010 um 17:35 schrieb João de Brito Vidigal:
I'm trying to use the [pd~] object to separate audio and video! However, when I [create( the [gemwin] it just gets stuck!!! here go the files!
Thanks <pd07_p.pd><pd07_s.pd>_______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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).