--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2016/07/10 14:24:13 2935 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2016/07/10 14:44:04 2936 @@ -79,6 +79,18 @@ Changes the volume of voices. + change_cutoff() + Changes filter cutoff frequency of voices. + + + change_reso() + Changes filter resonance of voices. + + + event_status() + Checks and returns whether a particular note is still alive. + + set_controller() Creates a MIDI control change event. @@ -175,7 +187,7 @@ %KEY_DOWN[] This can be used in any context to check whether a certain MIDI key is currently pressed down. Use the respective MIDI note number - as index to this array variable. + as index to this array variable (see also event_status()). $VCC_MONO_AT @@ -195,7 +207,7 @@ This is somewhat different than in the MIDI standard. With NKSP pitch bend is handled like an additional "regular" MIDI CC controller. Therefore use - %CC[$VCC_PITCH_BEND] to obtain the current aftertouch value + %CC[$VCC_PITCH_BEND] to obtain the current pitch bend wheel value in the context of a controller event handler.