/[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 3247 by schoenebeck, Sun May 28 22:28:23 2017 UTC revision 3278 by schoenebeck, Mon Jun 5 19:02:59 2017 UTC
# Line 15  Line 15 
15    
16      <h2>Built-In Functions</h2>      <h2>Built-In Functions</h2>
17      <p>      <p>
18        These are the built-in functions available with the NKSP realt-time        These are the built-in functions available with the NKSP real-time
19        instrument script language.        instrument script language.
20      </p>      </p>
21    
# Line 28  Line 28 
28          <th>Function</th> <th>Description</th>          <th>Function</th> <th>Description</th>
29        </tr>        </tr>
30        <tr>        <tr>
31            <td><code lang="nksp">abort()</code></td>
32            <td>Stops execution of a script callback.</td>
33          </tr>
34          <tr>
35          <td><code lang="nksp">array_equal()</code></td>          <td><code lang="nksp">array_equal()</code></td>
36          <td>Check whether two arrays are equal.</td>          <td>Check whether two arrays are equal.</td>
37        </tr>        </tr>
# Line 119  Line 123 
123          <td>Changes panning of voices (stereo balance).</td>          <td>Changes panning of voices (stereo balance).</td>
124        </tr>        </tr>
125        <tr>        <tr>
126            <td><code>change_play_pos()</code></td>
127            <td>Change the sample playback position.</td>
128          </tr>
129          <tr>
130          <td><code>change_tune()</code></td>          <td><code>change_tune()</code></td>
131          <td>Changes the tuning of voices.</td>          <td>Changes the tuning of voices.</td>
132        </tr>        </tr>
# Line 341  Line 349 
349          </td>          </td>
350        </tr>        </tr>
351        <tr>        <tr>
         <td><code>$NKSP_EASE_IN_EASE_OUT</code></td>  
         <td>Used to select a fade curve with "ease in and ease out" shape.</td>  
       </tr>  
       <tr>  
         <td><code>$NKSP_LINEAR</code></td>  
         <td>Used to select a fade curve with linear shape.</td>  
       </tr>  
       <tr>  
352          <td><code>$NI_CALLBACK_ID</code></td>          <td><code>$NI_CALLBACK_ID</code></td>
353          <td>Reflects the current event handler instance's unique callback ID.          <td>Reflects the current event handler instance's unique callback ID.
354              For the same event type there may be more than              For the same event type there may be more than
# Line 497  Line 497 
497              as index to this array variable (see also <code>event_status()</code>).</td>              as index to this array variable (see also <code>event_status()</code>).</td>
498        </tr>        </tr>
499        <tr>        <tr>
500            <td><code>$NKSP_EASE_IN_EASE_OUT</code></td>
501            <td>Used to select a fade curve with "ease in and ease out" shape.</td>
502          </tr>
503          <tr>
504            <td><code>$NKSP_LINEAR</code></td>
505            <td>Used to select a fade curve with linear shape.</td>
506          </tr>
507          <tr>
508          <td><code>$VCC_MONO_AT</code></td>          <td><code>$VCC_MONO_AT</code></td>
509          <td>Constant identifying the MIDI monophonic aftertouch controller (also          <td>Constant identifying the MIDI monophonic aftertouch controller (also
510              called <i title="Amount of force on held-down key.">              called <i title="Amount of force on held-down key.">

Legend:
Removed from v.3247  
changed lines
  Added in v.3278

  ViewVC Help
Powered by ViewVC