--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/01/04 12:09:45 3697 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2020/01/04 13:10:46 3698 @@ -77,7 +77,7 @@ on note This event handler is executed when a new note was triggered, i.e. when hitting a key on a MIDI keyboard. - on release This event handler is executed when a new note was released, i.e. when releasing a key on a MIDI keyboard. + on release This event handler is executed when a note was released, i.e. when releasing a key on a MIDI keyboard. on controller This event handler is executed when a MIDI control change event occurred. For instance when turning the modulation wheel at a MIDI keyboard. @@ -186,7 +186,7 @@

There is some special aspect you need to be aware about: in contrast to the MIDI standard, - monophonic aftertouch (a.k.a. channel pressure) and pitch beend wheel are + monophonic aftertouch (a.k.a. channel pressure) and pitch bend wheel are handled by NKSP as if they were regular MIDI controllers. So a value change of one of those two triggers a regular controller event handler to be executed. To obtain the current aftertouch value you can use