Hello, i have a question:
Using the flooper2 opcode, i have this sample that i like.
But, sometimes i’d like, while flooper2 is looping, to add some silence (so: zeroes) at the end of the sample before it loops. That will add some space in the repetitions.
It would be great if this was possible at k rate, but first i was investigating at i rate.
I’ve tried to get this working inside a UDO:
opcode samplesilence,i,S
Sfile xin
itable chnget Sfile
ilen tableng itable
ilen *= 20
itable ftgen 0, 0, 0, 1, Sfile, 0, 0, 0
chnset itable, Sfile
xout itable
endop
but I get all clicks and stutters.
What could be a solution for this?
PS. probably the easiest wouls be to add a second of silence to all samples…?