--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/20 13:37:20 3194 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/28 22:28:23 3247 @@ -28,6 +28,10 @@ Function Description + array_equal() + Check whether two arrays are equal. + + dec() Decrements the passed integer variable by one. @@ -44,6 +48,14 @@ Prints text to the sampler's terminal. + search() + Search for a certain value within an array. + + + sort() + Sort the given array. + + exit() Stops execution of the current event handler instance. @@ -99,6 +111,10 @@ Triggers a new note. + change_note() + Change MIDI note number of note. + + change_pan() Changes panning of voices (stereo balance). @@ -111,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. @@ -119,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. @@ -155,6 +179,10 @@ Modifies the pitch LFO frequency. + change_velo() + Change MIDI velocity of note. + + event_status() Checks and returns whether a particular note is still alive. @@ -217,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

@@ -309,6 +341,14 @@ + $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. + + $NI_CALLBACK_ID Reflects the current event handler instance's unique callback ID. For the same event type there may be more than @@ -530,7 +570,7 @@ Constant that identifies the keyboard position dimension. - $GIG_DIM_ROUNDROBIN" + $GIG_DIM_ROUNDROBIN Constant that identifies the round robin dimension.