--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2016/12/16 18:25:17 3062 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2016/12/16 18:26:26 3063 @@ -971,7 +971,7 @@

This script will run an endless loop for each note being triggered. Every 200ms. It will turn the volume alternatingly down and - up to create the audible stuttering effect. After each wait() + up to create the audible stuttering effect. After each wait() call it calls event_status($EVENT_ID) to check whether this note is still alive, and as soon as the note died, it will stop execution of the script instance by calling exit(). The latter