Hello!
I would like to generate a frame with a series of clicks at specific positions.
6 9 13 would simply give:
“0 0 0 0 0 1 0 0 1 0 0 0 1 0”
What would be the easiest way to do it?
I think that I am missing some sort of “fl.subs” which would do multiple substitutions at once (like bach.subs).
Or a clever way using the already existing “fl.lookup~”?
O.