--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_by_marks_function.html 2017/05/28 16:50:11 3239 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_by_marks_function.html 2017/05/28 16:58:53 3240 @@ -53,6 +53,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)