--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_set_event_mark_function.html 2017/05/28 17:11:20 3242 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_set_event_mark_function.html 2017/05/28 17:14:14 3243 @@ -45,6 +45,15 @@

None.

Examples

+

+ The following example implements two "exclusive" keyboard zones with a + split point at key 36. The script enforces that only + notes of either one of the two keyboard zones may play at the same time. + So for example if you start playing notes left of the split point, all + sounds play as usual. Now however, as soon as you hit a note on the + right side of the split point, it will cause all notes left of the split + point to be released immediately. +

on note if ($EVENT_NOTE < 36)