--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/26 19:14:44 3223 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/28 22:31:20 3248 @@ -127,6 +127,10 @@ Changes the duration of tuning changes. + change_tune_curve() + Changes the curve type of tuning changes. + + change_vol() Changes the volume of voices. @@ -135,6 +139,10 @@ Changes the duration of volume changes. + change_vol_curve() + Changes the curve type of volume changes. + + change_cutoff() Changes filter cutoff frequency of voices. @@ -237,6 +245,10 @@ gig_set_dim_zone() Changes the currently active dimension zone. + + same_region() + Check whether two keys are mapped to the same region. +

Built-In Variables

@@ -477,6 +489,14 @@ as index to this array variable (see also event_status()). + $NKSP_EASE_IN_EASE_OUT + Used to select a fade curve with "ease in and ease out" shape. + + + $NKSP_LINEAR + Used to select a fade curve with linear shape. + + $VCC_MONO_AT Constant identifying the MIDI monophonic aftertouch controller (also called @@ -550,7 +570,7 @@ Constant that identifies the keyboard position dimension. - $GIG_DIM_ROUNDROBIN" + $GIG_DIM_ROUNDROBIN Constant that identifies the round robin dimension.