--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/07/15 16:24:59 3311 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/07/15 17:04:05 3312 @@ -727,6 +727,33 @@ Constant that identifies the general purpose 8 MIDI controller dimension. + +

Built-In Preprocessor Conditions

+

+ These are the built-in preprocessor conditions available with the NKSP realt-time + instrument script language. +

+

Core Language Preprocessor Conditions

+

+ Most fundamental NKSP built-in preprocessor conditions, independent from + any purpose of being used in a sampler. +

+ + + + + + + + +
Condition Description
NKSP_NO_MESSAGE + By default this condition is not set. By explicitly enabling this + condition with SET_CONDITION(NKSP_NO_MESSAGE) it + causes all subsequent message() calls to be ignored + and filtered out on preprocessor level. See function message() + for details. +
+