/[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 2932 by schoenebeck, Sat Jul 9 14:41:00 2016 UTC revision 2936 by schoenebeck, Sun Jul 10 14:44:04 2016 UTC
# Line 79  Line 79 
79          <td>Changes the volume of voices.</td>          <td>Changes the volume of voices.</td>
80        </tr>        </tr>
81        <tr>        <tr>
82            <td><code>change_cutoff()</code></td>
83            <td>Changes filter cutoff frequency of voices.</td>
84          </tr>
85          <tr>
86            <td><code>change_reso()</code></td>
87            <td>Changes filter resonance of voices.</td>
88          </tr>
89          <tr>
90            <td><code>event_status()</code></td>
91            <td>Checks and returns whether a particular note is still alive.</td>
92          </tr>
93          <tr>
94          <td><code>set_controller()</code></td>          <td><code>set_controller()</code></td>
95          <td>Creates a MIDI control change event.</td>          <td>Creates a MIDI control change event.</td>
96        </tr>        </tr>
# Line 175  Line 187 
187          <td><code>%KEY_DOWN[]</code></td>          <td><code>%KEY_DOWN[]</code></td>
188          <td>This can be used in any context to check whether a certain MIDI          <td>This can be used in any context to check whether a certain MIDI
189              key is currently pressed down. Use the respective MIDI note number              key is currently pressed down. Use the respective MIDI note number
190              as index to this array variable.</td>              as index to this array variable (see also <code>event_status()</code>).</td>
191        </tr>        </tr>
192        <tr>        <tr>
193          <td><code>$VCC_MONO_AT</code></td>          <td><code>$VCC_MONO_AT</code></td>
# Line 195  Line 207 
207              This is somewhat different than in the MIDI standard. With              This is somewhat different than in the MIDI standard. With
208              NKSP pitch bend is handled like an additional "regular" MIDI CC controller.              NKSP pitch bend is handled like an additional "regular" MIDI CC controller.
209              Therefore use              Therefore use
210              <code>%CC[$VCC_PITCH_BEND]</code> to obtain the current aftertouch value              <code>%CC[$VCC_PITCH_BEND]</code> to obtain the current pitch bend wheel value
211              in the context of a <code>controller</code> event handler.</td>              in the context of a <code>controller</code> event handler.</td>
212        </tr>        </tr>
213        <tr>        <tr>

Legend:
Removed from v.2932  
changed lines
  Added in v.2936

  ViewVC Help
Powered by ViewVC