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

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

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

revision 2940 by schoenebeck, Tue Jul 12 09:50:03 2016 UTC revision 2941 by schoenebeck, Tue Jul 12 09:53:06 2016 UTC
# Line 10  Line 10 
10        Releases a note by passing the note's event ID to this function.        Releases a note by passing the note's event ID to this function.
11        This is almost like sending a MIDI note off event programmatically, however        This is almost like sending a MIDI note off event programmatically, however
12        a call to this function will only release one single note instead,        a call to this function will only release one single note instead,
13        a call to this function does not cause a <code>release</code>        a call to this function does not cause a <code lang="nksp">release</code>
14        event handler to be executed, nor will any MIDI specific note-off handling        event handler to be executed, nor will any MIDI specific note-off handling
15        be done (i.e. it will have no effect on the status of built-in array variable        be done (i.e. it will have no effect on the status of built-in array variable
16        <code>%KEY_DOWN[]</code>).        <code>%KEY_DOWN[]</code>).

Legend:
Removed from v.2940  
changed lines
  Added in v.2941

  ViewVC Help
Powered by ViewVC