--- doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/19 14:26:05 3189 +++ doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html 2017/05/20 13:37:20 3194 @@ -167,6 +167,14 @@ Fade the requested note out. + get_event_par() + Get the current value of a specific note parameter. + + + set_event_par() + Change the value of a specific note parameter. + + set_controller() Creates a MIDI control change event. @@ -412,6 +420,37 @@ note is still "alive". + $EVENT_PAR_NOTE + Constant value symbolizing the "note number" parameter. See + get_event_par() and set_event_par() + for details. + + + $EVENT_PAR_TUNE + Constant value symbolizing the "tune" parameter. See + get_event_par() and set_event_par() + for details. + + + $EVENT_PAR_VELOCITY + Constant value symbolizing the "note velocity" parameter. See + get_event_par() and set_event_par() + for details. + + + $EVENT_PAR_VOLUME + Constant value symbolizing the "volume" parameter. See + get_event_par() and set_event_par() + for details. + + + $EVENT_PAR_0 to $EVENT_PAR_3 + Four constant values symbolizing the 4 possible user specific + parameters, which i.e. might be used to pass data from one script + (slot) to another script (slot). See get_event_par() + and set_event_par() for details. + + %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