/[svn]/doc/docbase/instrument_scripts/nksp/01_nksp.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/01_nksp.html

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

revision 2762 by schoenebeck, Sun Apr 26 20:54:00 2015 UTC revision 2763 by schoenebeck, Wed May 6 21:14:19 2015 UTC
# Line 604  end on Line 604  end on
604        like we did with <code>$i := $delayNotes</code> right from the start        like we did with <code>$i := $delayNotes</code> right from the start
605        during discussion of the previous example script.        during discussion of the previous example script.
606      </p>      </p>
607        <p>
608          There is another special aspect regarding the variable scope of polyphonic
609          variables: <code>note</code> handlers and <code>release</code> handlers of
610          the same script share the same polyphonic variable scope, that means you
611          may pass data from a particular note's <code>note</code> handler to its
612          <code>release</code> handler by using the same polyphonic variable name.
613        </p>
614    
615      <h2>Control Structures</h2>      <h2>Control Structures</h2>
616      <p>      <p>

Legend:
Removed from v.2762  
changed lines
  Added in v.2763

  ViewVC Help
Powered by ViewVC