<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">
<br>
punchik punchik wrote:
<br>
<blockquote type="cite">hi, is it possible to&nbsp; read a delay line
without using
  <br>
delwrite?
  <br>
i need to trigger a lot of&nbsp;&nbsp; delaylines at differents
  <br>
speeds for creating some polyrythms.
  <br>
for example, my first delayline is triggered each 100
  <br>
miliseconds , my second delayline is triggered each
  <br>
200 ms and so on....
  <br>
i can do this making a feedback &lt;connecting delread
  <br>
back to delwrite&gt;, but the problem with this is that i
  <br>
cant change the triggering speed -on the fly- without
  <br>
changing the delay line (if i change the delay time of
  <br>
delread when its connected to delwrite it gonna change
  <br>
all the sound stored in the delay line.
  <br>
any idea of manipulable polyrythms with delays lines?
  <br>
  <br>
  <br>
thanlks
  <br>
&nbsp;
  <br>
s.
  <br>
  <br>
&nbsp; </blockquote>
Hi punchick,
<br>
<br>
You can use several [delread~]s for one [delwrite~].
<br>
One which remains constant and provides the feedback, and another one
that you vary the length of.
<br>
([vd~] might be a better option)
<br>
Another way could be to use a table instead of a delay buffer.
<br>
<br>
Tim
<br>
<br>
</div>
</body>
</html>