/[svn]/doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html

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

revision 3121 by schoenebeck, Fri Apr 21 19:45:29 2017 UTC revision 3189 by schoenebeck, Fri May 19 14:26:05 2017 UTC
# Line 107  Line 107 
107          <td>Changes the tuning of voices.</td>          <td>Changes the tuning of voices.</td>
108        </tr>        </tr>
109        <tr>        <tr>
110            <td><code>change_tune_time()</code></td>
111            <td>Changes the duration of tuning changes.</td>
112          </tr>
113          <tr>
114          <td><code>change_vol()</code></td>          <td><code>change_vol()</code></td>
115          <td>Changes the volume of voices.</td>          <td>Changes the volume of voices.</td>
116        </tr>        </tr>
117        <tr>        <tr>
118            <td><code>change_vol_time()</code></td>
119            <td>Changes the duration of volume changes.</td>
120          </tr>
121          <tr>
122          <td><code>change_cutoff()</code></td>          <td><code>change_cutoff()</code></td>
123          <td>Changes filter cutoff frequency of voices.</td>          <td>Changes filter cutoff frequency of voices.</td>
124        </tr>        </tr>
# Line 151  Line 159 
159          <td>Checks and returns whether a particular note is still alive.</td>          <td>Checks and returns whether a particular note is still alive.</td>
160        </tr>        </tr>
161        <tr>        <tr>
162            <td><code>fade_in()</code></td>
163            <td>Fade the requested note in.</td>
164          </tr>
165          <tr>
166            <td><code>fade_out()</code></td>
167            <td>Fade the requested note out.</td>
168          </tr>
169          <tr>
170          <td><code>set_controller()</code></td>          <td><code>set_controller()</code></td>
171          <td>Creates a MIDI control change event.</td>          <td>Creates a MIDI control change event.</td>
172        </tr>        </tr>

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

  ViewVC Help
Powered by ViewVC