punchik punchik wrote:
hi, is it possible to read a delay line without using delwrite? i need to trigger a lot of delaylines at differents speeds for creating some polyrythms. for example, my first delayline is triggered each 100 miliseconds , my second delayline is triggered each 200 ms and so on.... i can do this making a feedback <connecting delread back to delwrite>, but the problem with this is that i cant change the triggering speed -on the fly- without changing the delay line (if i change the delay time of delread when its connected to delwrite it gonna change all the sound stored in the delay line. any idea of manipulable polyrythms with delays lines?
thanlks
s.
Hi punchick,
You can use several [delread~]s for one [delwrite~]. One which remains constant and provides the feedback, and another one that you vary the length of. ([vd~] might be a better option) Another way could be to use a table instead of a delay buffer.
Tim