/[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 3062 by schoenebeck, Fri Dec 16 18:25:17 2016 UTC revision 3063 by schoenebeck, Fri Dec 16 18:26:26 2016 UTC
# Line 971  end on Line 971  end on
971      <p>      <p>
972        This script will run an endless loop for each note being triggered.        This script will run an endless loop for each note being triggered.
973        Every <code lang="none">200ms</code>. It will turn the volume alternatingly down and        Every <code lang="none">200ms</code>. It will turn the volume alternatingly down and
974        up to create the audible stuttering effect. After each <code>wait()</code>        up to create the audible stuttering effect. After each <code lang="nksp">wait()</code>
975        call it calls <code>event_status($EVENT_ID)</code> to check whether        call it calls <code>event_status($EVENT_ID)</code> to check whether
976        this note is still alive, and as soon as the note died, it will stop        this note is still alive, and as soon as the note died, it will stop
977        execution of the script instance by calling <code>exit()</code>. The latter        execution of the script instance by calling <code>exit()</code>. The latter

Legend:
Removed from v.3062  
changed lines
  Added in v.3063

  ViewVC Help
Powered by ViewVC