--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2015/05/02 11:32:27 2762 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2015/05/06 21:14:19 2763 @@ -604,6 +604,13 @@ like we did with $i := $delayNotes right from the start during discussion of the previous example script.

+

+ There is another special aspect regarding the variable scope of polyphonic + variables: note handlers and release handlers of + the same script share the same polyphonic variable scope, that means you + may pass data from a particular note's note handler to its + release handler by using the same polyphonic variable name. +

Control Structures