--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/01/05 16:36:16 3075 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/01/05 18:02:08 3077 @@ -36,6 +36,10 @@ Increments the passed integer variable by one. + in_range() + Checks whether a value is between two other values. + + message() Prints text to the sampler's terminal. @@ -319,6 +323,9 @@ Note IDs of all currently active notes of the current sampler part (a.k.a. sampler channel). This may be passed to many built-in functions like note_off(). + This array variable only contains IDs of notes which were launched due + to MIDI note-on events. This variable does not contain IDs of child notes + (i.e. notes which were launched programmatically by calling note_on()). In contrast to KSP this variable is an integer array type, whereas KSP's pendent of this built-in variable is an integer constant (scalar) called