Hello,
atm i work on a simple videoplayer which lets you create cue points in a spread
which can be triggerd by pads of a midi controller.
now i have 8 bangs each connected to a counter(animation) so every bang has a diffrent output from 0 to 7 which should controll the index of a getslice which is conected to the spred with cue points
also each bang should trigger the do seek pin of the filestream
i need two connections
-
all bangs should somehow be connected to the do seek pin of the filestream
-
the output of the 8 counters should all be conected to the index pin of the getslice
how do i do that
please help me.