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

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

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

revision 3242 by schoenebeck, Wed Apr 29 00:22:59 2015 UTC revision 3243 by schoenebeck, Sun May 28 17:14:14 2017 UTC
# Line 45  set_event_mark(??event-id??, ??group-id? Line 45  set_event_mark(??event-id??, ??group-id?
45      <p>None.</p>      <p>None.</p>
46            
47      <h3>Examples</h3>      <h3>Examples</h3>
48        <p>
49          The following example implements two "exclusive" keyboard zones with a
50          split point at key <code>36</code>. The script enforces that only
51          notes of either one of the two keyboard zones may play at the same time.
52          So for example if you start playing notes left of the split point, all
53          sounds play as usual. Now however, as soon as you hit a note on the
54          right side of the split point, it will cause all notes left of the split
55          point to be released immediately.
56        </p>
57      <code>      <code>
58  on note  on note
59    if ($EVENT_NOTE < 36)    if ($EVENT_NOTE < 36)

Legend:
Removed from v.3242  
changed lines
  Added in v.3243

  ViewVC Help
Powered by ViewVC