Page 1 of 1
Posted: 20 Apr 2011, 00:28
by r.erorr
Is here somehow possible to set few seconds or milliseconds pause between samples in playlist?
Posted: 20 Apr 2011, 00:48
by 23fx23
there must be various solution. if correctly understood, this is one:
countms is in /script/exemples
Posted: 20 Apr 2011, 12:33
by r.erorr
Yes, of course, this is what I mean, thanks.
I now I'm asking trivial things, but can you help me one more time. I want to switch on and off that playback, unfortunately stop button does not work in this patch. I learned how to use SWITCH through synchro and stop, but then it stops only regular playback, paused playback continues playing. It's hard to understand that logic.
I want just simple thing - switch on and off paused playback
- thanks in advance -
Posted: 20 Apr 2011, 12:57
by 23fx23
one simple to patch solution could be a switch connected to a 'patch active' module( in /interface control).
otherwise can multiply what goes to play and next by the output of the swich. (with some A*B math modules)
to make it simpler you could multiply only the out wire out of 'from 1to0 by the swich so the script ms won't count and trig next rec.
another solution if you liked the stop button idea, is that stop button is connected to a multivar affect. where it affects
0, and a play button will affect 1. this then is equivalent to a swich you as well use to multiply what goes out from1to0.
don't know if you see what i mean
ll try to make a pic tonight.