/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_by_marks_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_by_marks_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3239 by schoenebeck, Fri Dec 16 13:27:09 2016 UTC revision 3240 by schoenebeck, Sun May 28 16:58:53 2017 UTC
# Line 53  by_marks(??group-id??) Line 53  by_marks(??group-id??)
53      <p>None.</p>      <p>None.</p>
54            
55      <h3>Examples</h3>      <h3>Examples</h3>
56        <p>
57          The following example implements two "exclusive" keyboard zones with a
58          split point at key <code>36</code>. The script enforces that only
59          notes of either one of the two keyboard zones may play at the same time.
60          So for example if you start playing notes left of the split point, all
61          sounds play as usual. Now however, as soon as you hit a note on the
62          right side of the split point, it will cause all notes left of the split
63          point to be released immediately.
64        </p>
65      <code>      <code>
66  on note  on note
67    if ($EVENT_NOTE < 36)    if ($EVENT_NOTE < 36)

Legend:
Removed from v.3239  
changed lines
  Added in v.3240

  ViewVC Help
Powered by ViewVC