Page 1 of 1

Audio from [jit.qt movie] out to same audio track

Posted: Fri Jan 20, 2012 7:17 pm
by LOFA
Hey, I have been concentrating on very different elements of M4l for the last year or so and I am completely brain-farting on this one and my google skills / research seems to be failing me:

What is the most direct way to grab audio from a [jit.qt movie] object and throw it back out to the same live track, in order to do effect processing?

Best and thank you in advance,

Ian

Re: Audio from [jit.qt movie] out to same audio track

Posted: Sat Jan 21, 2012 3:12 am
by Gregory Taylor
I'd take a look at the spigot~ object.

Re: Audio from [jit.qt movie] out to same audio track

Posted: Sat Jan 21, 2012 3:26 am
by LOFA
Thanks- will check it out. Got things work well with sfplay~ for audio which is all I really needed afterall.

Wish I knew how to observe if clips were playing back...

Re: Audio from [jit.qt movie] out to same audio track

Posted: Sat Jan 21, 2012 9:07 am
by gavspav
For each track set us a live observer and use property playing_slot_index.

Its in the docs somewhere.

Re: Audio from [jit.qt movie] out to same audio track

Posted: Sun Jan 22, 2012 3:25 am
by LOFA
Yep- spigot~ is what I needed. Meanwhile, looking into this API angle- thanks!