/[svn]/linuxsampler/trunk/src/scriptvm/examples/delay_effect.txt
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/examples/delay_effect.txt

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

revision 2933 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC revision 2934 by schoenebeck, Sun Jul 10 14:05:13 2016 UTC
# Line 6  on init Line 6  on init
6      { Convert BPM to microseconds (duration between the notes) }      { Convert BPM to microseconds (duration between the notes) }
7      declare const $delayMicroSeconds := 60 * 1000000 / $bpm      declare const $delayMicroSeconds := 60 * 1000000 / $bpm
8      { Just a working variable for being used with the while loop below }      { Just a working variable for being used with the while loop below }
9      declare $i      declare polyphonic $i
10      { For each successive note we trigger, we will reduce the velocity a bit}      { For each successive note we trigger, we will reduce the velocity a bit}
11      declare $velocity      declare polyphonic $velocity
12  end on  end on
13    
14  on note  on note

Legend:
Removed from v.2933  
changed lines
  Added in v.2934

  ViewVC Help
Powered by ViewVC