/[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 2971 by schoenebeck, Thu Jul 21 16:35:07 2016 UTC revision 3074 by schoenebeck, Thu Jan 5 16:18:19 2017 UTC
# Line 315  Line 315 
315          <th>Variable</th> <th>Description</th>          <th>Variable</th> <th>Description</th>
316        </tr>        </tr>
317        <tr>        <tr>
318            <td><code>%ALL_EVENTS</code></td>
319            <td>
320              Note IDs of all currently active notes of the current sampler part (a.k.a. sampler channel).
321              This may be passed to many built-in functions like <code>note_off()</code>.
322              <note>
323                In contrast to KSP this variable is an integer array type, whereas KSP's
324                pendent of this built-in variable is an integer constant (scalar) called
325                <code>$ALL_EVENTS<note>. Using the latter with NKSP will cause a
326                parser warning, the behavior will be the same though.
327              </note>
328            </td>
329          </tr>
330          <tr>
331          <td><code>$CC_NUM</code></td>          <td><code>$CC_NUM</code></td>
332          <td>MIDI controller number that caused the <code>controller</code>          <td>MIDI controller number that caused the <code>controller</code>
333              handler to be executed (only useful in the context of a              handler to be executed (only useful in the context of a

Legend:
Removed from v.2971  
changed lines
  Added in v.3074

  ViewVC Help
Powered by ViewVC