<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I think most of s/r and throw/catch are between abstracts. If I want
    to sort that objects (as Theory of Operation says: creating receive~
    after send~)... I don't know how to do it.<br>
    <br>
    Does the "sorting" include creation of abstracts? I mean, should I
    cut-paste from the objects (s/r, throw/catch AND abstracts) at the
    start of the pipeline (mic) to the last (output)? And so inside each
    abstract? I'm confused... and I'll be more if I would have to do it.<br>
    <div class="moz-forward-container"><br>
      Thanks.<br>
      <br>
      <br>
      <br>
      <br>
      -------- Mensaje original --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Asunto:
            </th>
            <td>Sum of delays...</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Fecha: </th>
            <td>Thu, 19 Sep 2013 13:52:37 -0300</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">De: </th>
            <td>Mario Mey <a class="moz-txt-link-rfc2396E" href="mailto:mariomey@gmail.com">&lt;mariomey@gmail.com&gt;</a></td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Para: </th>
            <td>pd-list <a class="moz-txt-link-rfc2396E" href="mailto:pd-list@iem.at">&lt;pd-list@iem.at&gt;</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      I was guessing... if I made a sum of delays using so many send~ /
      receive~ and throw~ / catch~...<br>
      <br>
      For a full use of my patch (mic input -&gt; FX-A -&gt; FX-B -&gt;
      output), I have this structure (inside subpatches and abstracts):<br>
      <br>
      <font face="monospace">adc~<br>
        s~ mic<br>
        <br>
        r~ mic<br>
        s~ console-in-a<br>
        <br>
        r~ console-in-a<br>
        s~ pre-fx-a<br>
        <br>
        r~ pre-fx-a<br>
        throw~ post-fx-a<br>
        <br>
        catch~ post-fx-a<br>
        s~ console-out-a<br>
        <br>
        r~ console-out-a<br>
        s~ console-in-b<br>
        <br>
        r~ console-in-b<br>
        s~ pre-fx-b<br>
        <br>
        r~ pre-fx-b<br>
        throw~ post-fx-b<br>
        <br>
        catch~ post-fx-b<br>
        s~ console-out-b<br>
        <br>
        r~ console-out-b<br>
        s~ out<br>
        <br>
        r~ out<br>
        dac~</font><br>
      <br>
      Does every send~ / receive~ and throw~ / catch~ adds a 1 block
      delay?<br>
      <br>
      I'm using 48000, so, do I have 1.333ms * 10 = 13ms of delay
      because of using that objects?<br>
      <br>
      <br>
      <br>
    </div>
    <br>
  </body>
</html>