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

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

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

revision 3600 by schoenebeck, Sun May 28 17:09:47 2017 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 39  fade_out(??note??, ??duration-us??, [??s Line 39  fade_out(??note??, ??duration-us??, [??s
39        </tr>        </tr>
40        <tr>        <tr>
41          <td><code>??stop??</code></td>          <td><code>??stop??</code></td>
42          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
43                Real&nbsp;Number</td>
44          <td>Whether the voice(s) shall be stopped after fade-out completed.<br>          <td>Whether the voice(s) shall be stopped after fade-out completed.<br>
45              <code>0</code>: Keep the voices alive, to allow fading them back in for example.<br>              <code>0</code>: Keep the voices alive, to allow fading them back in for example.<br>
46              <code>1</code>: Stop the voices automatically after fade-out.<br>              <code>1</code>: Stop the voices automatically after fade-out.<br>
# Line 50  fade_out(??note??, ??duration-us??, [??s Line 51  fade_out(??note??, ??duration-us??, [??s
51      <h3>Return Value</h3>      <h3>Return Value</h3>
52      <p>None.</p>      <p>None.</p>
53    
54        <h3>Remarks</h3>
55        <p>
56          This functions optionally accepts <code>s</code> as standard unit
57          for its argument <code>??duration-us??</code>.
58        </p>
59    
60      <h3>Examples</h3>      <h3>Examples</h3>
61      <p>None yet.<p>      <p>None yet.<p>
62            

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

  ViewVC Help
Powered by ViewVC