/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_wait_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_wait_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3600 by schoenebeck, Thu Aug 29 12:29:10 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 38  wait(??duration-us??) Line 38  wait(??duration-us??)
38        </tr>        </tr>
39        <tr>        <tr>
40          <td><code>??duration-us??</code></td>          <td><code>??duration-us??</code></td>
41          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
42                Real&nbsp;Number</td>
43          <td>Positive (non zero) amount of microseconds to pause execution.<br>          <td>Positive (non zero) amount of microseconds to pause execution.<br>
44              [required]</td>              [required]</td>
45        </tr>        </tr>
46      </table>      </table>
47        
48      <h3>Return Value</h3>      <h3>Return Value</h3>
49      <p>None.</p>      <p>None.</p>
50        
51        <h3>Remarks</h3>
52        <p>
53          This functions optionally accepts <code>s</code> as standard unit
54          for its argument <code>??duration-us??</code>.
55        </p>
56    
57      <h3>Examples</h3>      <h3>Examples</h3>
58      <p>      <p>
59        The following example resembles a simple delay effect. For each note        The following example resembles a simple delay effect. For each note

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC