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

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

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

revision 3241 by schoenebeck, Sun May 28 17:09:47 2017 UTC revision 3607 by schoenebeck, Wed Sep 18 13:15:21 2019 UTC
# Line 12  Line 12 
12        function is called right when the note was spawned, then this        function is called right when the note was spawned, then this
13        function automatically fades the volume of the note's voices        function automatically fades the volume of the note's voices
14        from total silence to its final neutral, maximum volume        from total silence to its final neutral, maximum volume
15        (<code lang="none">0 dB</code>). If this function is rather called        (<code lang="nksp">0dB</code>). If this function is rather called
16        somewhere in between the regular life time of the note, then        somewhere in between the regular life time of the note, then
17        this function fades the note's volume from its current volume        this function fades the note's volume from its current volume
18        to its final neutral, maximum volume (<code lang="none">0 dB</code>) instead.        to its final neutral, maximum volume (<code>0dB</code>) instead.
19      </p>      </p>
20    
21      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
# Line 37  fade_in(??note??, ??duration-us??) Line 37  fade_in(??note??, ??duration-us??)
37        </tr>        </tr>
38        <tr>        <tr>
39          <td><code>??duration-us??</code></td>          <td><code>??duration-us??</code></td>
40          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
41                Real&nbsp;Number</td>
42          <td>Fade-in time in microseconds.<br>          <td>Fade-in time in microseconds.<br>
43              [required]</td>              [required]</td>
44        </tr>        </tr>
# Line 46  fade_in(??note??, ??duration-us??) Line 47  fade_in(??note??, ??duration-us??)
47      <h3>Return Value</h3>      <h3>Return Value</h3>
48      <p>None.</p>      <p>None.</p>
49    
50        <h3>Remarks</h3>
51        <p>
52          This functions optionally accepts <code>s</code> as standard unit
53          for its argument <code>??duration-us??</code>.
54        </p>
55    
56      <h3>Examples</h3>      <h3>Examples</h3>
57      <p>None yet.<p>      <p>None yet.<p>
58            

Legend:
Removed from v.3241  
changed lines
  Added in v.3607

  ViewVC Help
Powered by ViewVC