--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_play_note_function.html 2016/07/11 17:58:33 2939 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_play_note_function.html 2016/07/12 09:50:03 2940 @@ -7,10 +7,14 @@

play_note()

- Triggers a new note to be played by the sampler. This is like generating + Triggers a new note to be played by the sampler. This is almost + like generating a new MIDI note-on event programmatically, with the difference though that triggering a note programmatically this way does not cause a - note event handler to be executed for the new note. + note event handler to be executed for the new note, nor + will any MIDI specific note-on handling be done (i.e. it will have + no effect on key switching or on the status of built-in array variable + %KEY_DOWN[]).

Function Prototype