cue list of jitter patches
hi everyone,
I´m a former quartz composer and isadora user, now stepping into Jitter / max for video use. so a beginner just to say :)
we are working at a performance, where we´ll have few scenes: 1 .mov video to be played until the end, right after a simple interactive scene, and then another couple of .mov to be played in a row.
how can I tell jitter do respect this sequence and execute each action , to then go to the next automatically?
I´ve been searching the forum, but I imagine my terminology is still more rooted into isadora and probably have been looking for the wrong terms. any help would be appreciated
best,
Mark
You might wanna use a [counter] to keep track of your sequence state, a [coll] to store the file names of your videos indexed in the sequence order and enable [jit.qt.movie]'s 'loopreport' attribute. Even if you don't make it loop it will tell you when it reaches the end of the file by the 'loopnotify' message out the 2nd outlet. Make that trigger the next counter step and load the next file.
This is just one way to do it.
good, thanx a lot, gonna try that now