--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_set_event_par_function.html 2017/05/25 14:46:47 3214 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_set_event_par_function.html 2017/05/25 15:08:50 3215 @@ -38,9 +38,9 @@ ??parameter?? Integer Number The actual parameter whose value should be modified. This must be one of the following built-in constants:
- $EVENT_PAR_NOTE: Change the note's MIDI note number (only possible when note is new).
+ $EVENT_PAR_NOTE: Change the note's MIDI note number (only possible when note is new; equivalent to change_note()).
$EVENT_PAR_TUNE: Change the note's tuning in milli cents (currently ignored, use change_tune() instead).
- $EVENT_PAR_VELOCITY: Change the note's MIDI note velocity (only possible when note is new).
+ $EVENT_PAR_VELOCITY: Change the note's MIDI note velocity (only possible when note is new; equivalent to change_velo()).
$EVENT_PAR_VOLUME: Change the note's volume (currently ignored, use change_vol() instead).
$EVENT_PAR_0 to $EVENT_PAR_3: To change the current value of one of the 4 available user specific parameters. Those user parameters are not used by the sampler itself, they can be @@ -65,7 +65,8 @@

None yet.

See also

-

get_event_par(), change_vol(), change_tune()

+

get_event_par(), change_vol(), change_tune(), + change_note(), change_velo()

Availability

Since LinuxSampler 2.0.0.svn46.