/[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 3189 by schoenebeck, Fri May 19 14:26:05 2017 UTC revision 3233 by schoenebeck, Sun May 28 16:09:56 2017 UTC
# Line 28  fade_out(??note??, ??duration-us??, [??s Line 28  fade_out(??note??, ??duration-us??, [??s
28        <tr>        <tr>
29          <td><code>??note??</code></td>          <td><code>??note??</code></td>
30          <td>Note ID Number or Note ID Array</td>          <td>Note ID Number or Note ID Array</td>
31          <td>All voices of this note will be faded in.<br>          <td>All voices of this note will be faded out.<br>
32              [required]</td>              [required]</td>
33        </tr>        </tr>
34        <tr>        <tr>
35          <td><code>??duration-us??</code></td>          <td><code>??duration-us??</code></td>
36          <td>Integer Number</td>          <td>Integer Number</td>
37          <td>Fade-in time in microseconds.<br>          <td>Fade-out time in microseconds.<br>
38              [required]</td>              [required]</td>
39        </tr>        </tr>
40        <tr>        <tr>
41          <td><code>??stop??</code></td>          <td><code>??stop??</code></td>
42          <td>Integer Number</td>          <td>Integer Number</td>
43          <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>
44              0: 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>
45              1: Stop the voices automatically after fade-out.<br>              <code>1</code>: Stop the voices automatically after fade-out.<br>
46              [optional, default: 1]</td>              [optional, default: <code>1</code>]</td>
47        </tr>        </tr>
48      </table>      </table>
49    
# Line 56  fade_out(??note??, ??duration-us??, [??s Line 56  fade_out(??note??, ??duration-us??, [??s
56      <h3>See also</h3>      <h3>See also</h3>
57      <p><code>fade_in(), <code>change_vol()</code></code><p>      <p><code>fade_in(), <code>change_vol()</code></code><p>
58    
59      <h3>Availabilty</h3>      <h3>Availability</h3>
60      <p>Since LinuxSampler 2.0.0.svn45.<p>      <p>Since LinuxSampler 2.0.0.svn45.<p>
61    
62      <note>      <note>

Legend:
Removed from v.3189  
changed lines
  Added in v.3233

  ViewVC Help
Powered by ViewVC