Skip to content

Instantly share code, notes, and snippets.

@rbnpi
Last active December 27, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpi/d33a0fd89c415b3023a98ff917f36318 to your computer and use it in GitHub Desktop.
Save rbnpi/d33a0fd89c415b3023a98ff917f36318 to your computer and use it in GitHub Desktop.
Bach Gavotte I and II from BWV811 transcribed for Sonic Pi December 2017. Hear it on https://soundcloud.com/user-195236670/bach-bwv811-gavotte
#Bach BWV8111 Gavotte I, II transcribed for Sonic Pi by Robin Newman, December 2017
#This took me lnoger than useual because of the time to track down some missing rests in part 3
#I used varions functions below, used at end to do this. Left there for future reference
#I spread the right and left hands slightly in the stereo spectrum and also
#added some reverb.
#I played with the sustain/release settings for each hand, to give a slightly more staccato effect in the playing.
#Need to use run_file "/path/to/this/filename" to execute from a Sonic Pi buffer
use_debug false
#################################### debugging routing follow
#followng code was used in debugging three missing rest in part 3
define :dl do |durs| #for debugging checking durations of strings
t=0
durs.each do |d|
t+=d
end
return t
end
define :bn do |bt,durs| #finding approx index for a given beat
target=2+bt
t=i=0
durs.each_with_index do |d,index|
t+=d
i=index
break if t >=target
end
return i
end
define :p10 do |n,a,b| #for debigging and finding errors
puts "#{a[n]} #{a[n+1]} #{a[n+2]} #{a[n+3]} #{a[n+4]} #{a[n+5]} #{a[n+6]} #{a[n+7]} #{a[n+8]} #{a[n+9]} #{a[n+10]} #{a[n+11]} #{a[n+12]} #{a[n+13]} #{a[n+14]} #{a[n+15]} #{a[n+16]} #{a[n+17]} #{a[n+18]} #{a[n+19]}"
puts "#{b[n]} #{b[n+1]} #{b[n+2]} #{b[n+3]} #{b[n+4]} #{b[n+5]} #{b[n+6]} #{b[n+7]} #{b[n+8]} #{b[n+9]} #{b[n+10]} #{b[n+11]} #{b[n+12]} #{b[n+13]} #{b[n+14]} #{b[n+15]} #{b[n+16]} #{b[n+17]} #{b[n+18]} #{b[n+19]}"
end
#################################################
sr=0.5;rr=1 #sustain,release mulitppliers righthand
sl=0.2;rl=1 #sustain, release multipliers left hand
with_fx :reverb,room: 0.8,mix: 0.65 do
with_fx :level do |v|
in_thread do
use_bpm 120
at [0,63*4+2,111*4+2],[0.8,0.5,1] do |n| #rdeuce volume for middle section, increase for last section
control v,amp: n
end
end
use_synth :piano
use_bpm 120
a1=[]
b1=[]
a1[0]=[:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:G5,:G5,:G5,:F5,:G5,:A5,:F5,:E5,:F5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:F5,:E5,:D5,:Bf5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:F5,:G5,:A5,:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:G5,:G5,:G5,:F5,:G5,:A5,:F5,:E5,:F5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:F5,:E5,:D5,:Bf5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:F5,:G5,:A5,:E5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:E5,:D5,:D5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:G5,:E5,:F5,:D5,:C5,:E5,:Fs5,:G5,:A5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:A5,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:A5,:Bf5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:D5,:D5,:D5,:E5,:D5,:Cs5,:D5,:E5,:Cs5,:D5,:E5,:F5,:D5,:E5,:F5,:G5,:E5,:F5,:E5,:F5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A4,:B4,:Cs5,:D5,:E5,:F5,:F5,:E5,:D5,:Cs5,:D5,:E5,:F5,:G5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A5,:E5,:D5,:E5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:E5,:D5,:D5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:G5,:E5,:F5,:D5,:C5,:E5,:Fs5,:G5,:A5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:A5,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:A5,:Bf5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:D5,:D5,:D5,:E5,:D5,:Cs5,:D5,:E5,:Cs5,:D5,:E5,:F5,:D5,:E5,:F5,:G5,:E5,:F5,:E5,:F5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A4,:B4,:Cs5,:D5,:E5,:F5,:F5,:E5,:D5,:Cs5,:D5,:E5,:F5,:G5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A5,:E5,:D5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:E5,:E5,:D5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:D5,:E5,:Fs5,:D5,:E5,:Cs5,:D5,:A4,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:B5,:A5,:G5,:Fs5,:E5,:D5,:Cs5,:B4,:A4,:B4,:Cs5,:D5,:E5,:Cs5,:D5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:E5,:E5,:D5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:D5,:E5,:Fs5,:D5,:E5,:Cs5,:D5,:A4,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:B5,:A5,:G5,:Fs5,:E5,:D5,:Cs5,:B4,:A4,:B4,:Cs5,:D5,:E5,:Cs5,:D5,:A5,:A5,:G5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:G5,:A5,:B5,:A5,:G5,:Fs5,:G5,:D5,:G5,:A5,:B5,:C6,:B5,:A5,:G5,:Fs5,:E5,:D5,:G5,:E5,:E5,:E5,:Fs5,:G5,:A5,:G5,:Fs5,:E5,:D5,:Cs5,:D5,:E5,:Fs5,:G5,:B5,:A5,:G5,:Fs5,:E5,:Fs5,:A5,:Fs5,:A5,:Fs5,:A5,:Fs5,:A5,:E5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:E5,:E5,:D5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:D5,:E5,:Fs5,:D5,:E5,:Cs5,:D5,:A4,:D5,:E5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:D5,:B5,:A5,:Gs5,:Fs5,:Gs5,:A5,:B5,:Gs5,:A5,:Fs5,:E5,:D5,:Cs5,:B4,:Cs5,:A4,:D5,:A5,:A5,:G5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:B5,:A5,:G5,:A5,:B5,:A5,:G5,:Fs5,:G5,:D5,:G5,:A5,:B5,:C6,:B5,:A5,:G5,:Fs5,:E5,:D5,:G5,:E5,:E5,:E5,:Fs5,:G5,:A5,:G5,:Fs5,:E5,:D5,:Cs5,:D5,:E5,:Fs5,:G5,:B5,:A5,:G5,:Fs5,:E5,:Fs5,:A5,:Fs5,:A5,:Fs5,:A5,:Fs5,:A5,:E5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:E5,:E5,:D5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:Fs5,:E5,:D5,:E5,:Fs5,:D5,:E5,:Cs5,:D5,:A4,:D5,:E5,:Fs5,:Fs5,:E5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:Fs5,:E5,:D5,:B5,:A5,:Gs5,:Fs5,:Gs5,:A5,:B5,:Gs5,:A5,:Fs5,:E5,:D5,:Cs5,:B4,:Cs5,:A4,:D5,:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:G5,:G5,:G5,:F5,:G5,:A5,:F5,:E5,:F5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:A5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:F5,:E5,:D5,:Bf5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:A5,:G5,:F5,:G5,:A5,:E5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:E5,:D5,:D5,:G5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:F5,:E5,:D5,:E5,:F5,:G5,:E5,:F5,:D5,:C5,:E5,:Fs5,:G5,:A5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:G5,:Fs5,:E5,:Fs5,:G5,:A5,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:Bf5,:C6,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:A5,:Bf5,:G5,:Bf5,:A5,:G5,:Fs5,:G5,:D5,:D5,:D5,:E5,:D5,:Cs5,:D5,:E5,:Cs5,:D5,:E5,:F5,:D5,:E5,:F5,:G5,:E5,:F5,:E5,:F5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A4,:B4,:Cs5,:D5,:E5,:F5,:F5,:E5,:D5,:Cs5,:D5,:E5,:F5,:G5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:Bf5,:A5,:G5,:A5,:Bf5,:A5,:G5,:Bf5,:A5,:G5,:F5,:E5,:D5,:Cs5,:A5,:E5,:D5,:r]
b1[0]=[1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,0.25,0.25,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,12.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,6.0,4.0,2.0,1.0,0.5,0.5,0.5,0.5,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,0.25,0.25,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,12.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,6.0,4.0,2.0,1.0,0.5,0.5,0.5,0.5,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,0.5,0.5,0.5,0.5,1.0,1.0,1.0,0.25,0.25,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,12.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.5,0.25,0.25,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,6.0,4.0,2.0,1.0,0.5,0.5,0.5,0.5,1.0,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.25,0.25,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,2.0]
in_thread do
for i in 0..a1.length-1
for j in 0..a1[i].length-1
play a1[i][j],sustain: b1[i][j]*sr,release: b1[i][j]*rr,pan: 0.2
sleep b1[i][j]
end
end
end
a2=[]
b2=[]
a2[0]=[:F5,:E5,:F5,:G5,:F5,:E5,:E5,:E5,:E5,:D5,:Cs5,:D5,:Cs5,:D5,:F5,:E5,:G5,:F5,:G5,:F5,:E5,:E5,:D5,:D5,:D5,:Cs5,:F5,:E5,:F5,:G5,:F5,:E5,:E5,:E5,:E5,:D5,:Cs5,:D5,:Cs5,:D5,:F5,:E5,:G5,:F5,:G5,:F5,:E5,:E5,:D5,:D5,:D5,:Cs5,:C5,:B4,:C5,:D5,:C5,:B4,:B4,:B4,:C5,:D5,:C5,:B4,:C5,:C5,:C5,:A4,:D5,:D5,:D5,:Ef5,:F5,:D5,:F5,:Ef5,:D5,:C5,:Ef5,:D5,:C5,:B4,:C5,:D5,:Ef5,:C5,:Ef5,:D5,:C5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:C5,:D5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:Bf4,:A4,:G4,:Bf4,:A4,:r,:r,:A4,:A4,:A4,:G4,:A4,:Bf4,:A4,:G4,:G4,:G4,:G4,:Bf4,:A4,:G4,:F4,:A4,:G4,:F4,:F4,:E4,:F4,:E4,:F4,:E4,:F4,:E4,:D4,:r,:D5,:E5,:F5,:G5,:F5,:E5,:r,:D5,:Cs5,:D5,:C5,:B4,:C5,:D5,:C5,:B4,:B4,:B4,:C5,:D5,:C5,:B4,:C5,:C5,:C5,:A4,:D5,:D5,:D5,:Ef5,:F5,:D5,:F5,:Ef5,:D5,:C5,:Ef5,:D5,:C5,:B4,:C5,:D5,:Ef5,:C5,:Ef5,:D5,:C5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:C5,:D5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:Bf4,:A4,:G4,:Bf4,:A4,:r,:r,:A4,:A4,:A4,:G4,:A4,:Bf4,:A4,:G4,:G4,:G4,:G4,:Bf4,:A4,:G4,:F4,:A4,:G4,:F4,:F4,:E4,:F4,:E4,:F4,:E4,:F4,:E4,:D4,:r,:D5,:E5,:F5,:G5,:F5,:E5,:r,:D5,:Cs5,:D5,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:F5,:E5,:F5,:G5,:F5,:E5,:E5,:E5,:E5,:D5,:Cs5,:D5,:Cs5,:D5,:F5,:E5,:G5,:F5,:G5,:F5,:E5,:E5,:D5,:D5,:D5,:Cs5,:C5,:B4,:C5,:D5,:C5,:B4,:B4,:B4,:C5,:D5,:C5,:B4,:C5,:C5,:C5,:A4,:D5,:D5,:D5,:Ef5,:F5,:D5,:F5,:Ef5,:D5,:C5,:Ef5,:D5,:C5,:B4,:C5,:D5,:Ef5,:C5,:Ef5,:D5,:C5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:C5,:D5,:Bf4,:D5,:C5,:Bf4,:A4,:Bf4,:Bf4,:A4,:G4,:Bf4,:A4,:r,:r,:A4,:A4,:A4,:G4,:A4,:Bf4,:A4,:G4,:G4,:G4,:G4,:Bf4,:A4,:G4,:F4,:A4,:G4,:F4,:F4,:E4,:F4,:E4,:F4,:E4,:F4,:E4,:D4,:r,:D5,:E5,:F5,:G5,:F5,:E5,:r,:D5,:Cs5,:D5,:r]
b2[0]=[1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,2.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,2.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,8.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.0,1.0,8.0,2.0,2.0,1.0,1.0,1.5,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,0.5,0.5,2.0,1.0,1.0,2.0,2.0,2.0,2.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,8.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.0,1.0,8.0,2.0,2.0,1.0,1.0,1.5,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,0.5,0.5,2.0,1.0,1.0,2.0,2.0,2.0,2.0,2.0,2.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,2.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,2.0,1.0,1.0,1.0,1.0,1.0,1.0,2.0,1.0,1.0,8.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,1.0,1.0,1.0,1.0,8.0,2.0,2.0,1.0,1.0,1.5,0.25,0.25,1.0,1.0,2.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,1.0,1.0,0.5,0.5,2.0,1.0,1.0,2.0,2.0,2.0,2.0,2.0,2.0]
in_thread do
for i in 0..a2.length-1
for j in 0..a2[i].length-1
play a2[i][j],sustain: b2[i][j]*sr,release: b2[i][j]*rr,pan: 0.2
sleep b2[i][j]
end
end
end
a3=[]
b3=[]
a3[0]=[:D3,:D4,:Cs4,:A3,:D4,:A3,:D3,:C4,:Bf3,:A3,:Bf3,:G3,:C4,:G3,:C3,:G3,:C4,:D4,:E4,:D4,:Cs4,:A3,:B3,:Cs4,:D4,:Cs4,:D4,:G3,:A3,:A2,:D3,:E3,:F3,:D3,:Cs3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:G2,:C2,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:E3,:F3,:D3,:Bf3,:A3,:Bf3,:Bf2,:A2,:G3,:F3,:E3,:D3,:D4,:Cs4,:A3,:D4,:A3,:D3,:C4,:Bf3,:A3,:Bf3,:G3,:C4,:G3,:C3,:G3,:C4,:D4,:E4,:D4,:Cs4,:A3,:B3,:Cs4,:D4,:Cs4,:D4,:G3,:A3,:A2,:D3,:E3,:F3,:D3,:Cs3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:G2,:C2,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:E3,:F3,:D3,:Bf3,:A3,:Bf3,:Bf2,:A2,:A2,:A3,:Gs3,:E3,:A3,:E3,:A2,:G3,:F3,:E3,:F3,:D3,:G3,:D3,:G2,:D3,:G3,:F3,:G3,:E3,:A3,:G3,:F3,:E3,:D3,:B3,:C4,:F3,:G3,:G2,:C3,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:G2,:Fs2,:G2,:Bf2,:D3,:G3,:Fs3,:D3,:G3,:Bf2,:C3,:D3,:B2,:G3,:A3,:B3,:C4,:D4,:Ef4,:C4,:G4,:A4,:Bf4,:G4,:D4,:G3,:D3,:Bf2,:D3,:G2,:D3,:G3,:F3,:E3,:F3,:G3,:E3,:A3,:Bf3,:A3,:G3,:F3,:D3,:C3,:A2,:D3,:C3,:Bf2,:G2,:A2,:A3,:G3,:F3,:E3,:D3,:C3,:Bf2,:C3,:Bf2,:A2,:G2,:A2,:Bf2,:G2,:C3,:G2,:C2,:G2,:C3,:D3,:E3,:Bs2,:Cs3,:D3,:Cs3,:Cs3,:D3,:C3,:Bf2,:G2,:A2,:D2,:A2,:D3,:E3,:F3,:Cs3,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:Cs3,:D3,:E3,:F3,:G3,:F2,:A2,:D2,:A2,:A3,:Gs3,:E3,:A3,:E3,:A2,:G3,:F3,:E3,:F3,:D3,:G3,:D3,:G2,:D3,:G3,:F3,:G3,:E3,:A3,:G3,:F3,:E3,:D3,:B3,:C4,:F3,:G3,:G2,:C3,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:G2,:Fs2,:G2,:Bf2,:D3,:G3,:Fs3,:D3,:G3,:Bf2,:C3,:D3,:B2,:G3,:A3,:B3,:C4,:D4,:Ef4,:C4,:G4,:A4,:Bf4,:G4,:D4,:G3,:D3,:Bf2,:D3,:G2,:D3,:G3,:F3,:E3,:F3,:G3,:E3,:A3,:Bf3,:A3,:G3,:F3,:D3,:C3,:A2,:D3,:C3,:Bf2,:G2,:A2,:A3,:G3,:F3,:E3,:D3,:C3,:Bf2,:C3,:Bf2,:A2,:G2,:A2,:Bf2,:G2,:C3,:G2,:C2,:G2,:C3,:D3,:E3,:Bs2,:Cs3,:D3,:Cs3,:Cs3,:D3,:C3,:Bf2,:G2,:A2,:D2,:A2,:D3,:E3,:F3,:Cs3,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:Cs3,:D3,:E3,:F3,:G3,:F2,:A2,:D2,:A4,:D4,:Fs4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:E4,:G4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:Fs4,:G4,:A4,:D4,:Fs4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:Fs4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:G4,:D4,:Fs4,:D4,:Fs4,:G4,:A4,:D4,:Fs4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:E4,:G4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:Fs4,:G4,:A4,:D4,:Fs4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:Fs4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:Fs4,:D4,:Fs4,:A4,:D5,:A4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:Cs5,:D4,:G4,:Cs5,:D5,:A4,:D4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:E4,:G4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:Fs4,:G4,:A4,:D4,:Fs4,:A4,:D5,:D4,:A4,:D4,:B4,:D4,:Fs4,:D4,:Gs4,:D4,:A4,:D4,:B4,:D4,:D5,:D4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:E4,:D4,:Fs4,:D4,:Fs4,:A4,:D5,:A4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:A4,:D4,:B4,:D4,:Cs5,:D4,:G4,:Cs5,:D5,:A4,:D4,:A4,:D5,:D4,:C5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:G4,:D4,:E4,:G4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D4,:Fs4,:G4,:A4,:D4,:Fs4,:A4,:D5,:D4,:A4,:D4,:B4,:D4,:Fs4,:D4,:Gs4,:D4,:A4,:D4,:B4,:D4,:D5,:D4,:Cs5,:D4,:B4,:D4,:A4,:D4,:G4,:D4,:Fs4,:D3,:D4,:Cs4,:A3,:D4,:A3,:D3,:C4,:Bf3,:A3,:Bf3,:G3,:C4,:G3,:C3,:G3,:C4,:D4,:E4,:D4,:Cs4,:A3,:B3,:Cs4,:D4,:Cs4,:D4,:G3,:A3,:A2,:D3,:E3,:F3,:D3,:Cs3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:G2,:C2,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:E3,:F3,:D3,:Bf3,:A3,:Bf3,:Bf2,:A2,:A2,:A3,:Gs3,:E3,:A3,:E3,:A2,:G3,:F3,:E3,:F3,:D3,:G3,:D3,:G2,:D3,:G3,:F3,:G3,:E3,:A3,:G3,:F3,:E3,:D3,:B3,:C4,:F3,:G3,:G2,:C3,:Bf2,:A2,:Bf2,:C3,:A2,:D3,:A2,:D2,:C3,:Bf2,:A2,:G2,:Fs2,:G2,:Bf2,:D3,:G3,:Fs3,:D3,:G3,:Bf2,:C3,:D3,:B2,:G3,:A3,:B3,:C4,:D4,:Ef4,:C4,:G4,:A4,:Bf4,:G4,:D4,:G3,:D3,:Bf2,:D3,:G2,:D3,:G3,:F3,:E3,:F3,:G3,:E3,:A3,:Bf3,:A3,:G3,:F3,:D3,:C3,:A2,:D3,:C3,:Bf2,:G2,:A2,:A3,:G3,:F3,:E3,:D3,:C3,:Bf2,:C3,:Bf2,:A2,:G2,:A2,:Bf2,:G2,:C3,:G2,:C2,:G2,:C3,:D3,:E3,:Bs2,:Cs3,:D3,:Cs3,:Cs3,:D3,:C3,:Bf2,:G2,:A2,:D2,:A2,:D3,:E3,:F3,:Cs3,:D3,:A2,:D2,:C3,:Bf2,:A2,:Bf2,:G2,:C3,:Cs3,:D3,:E3,:F3,:G3,:F2,:A2,:D2,:r]
b3[0]=[0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,4.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.25,0.25,1.0,0.5,0.5,0.5,0.5,0.5,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,4.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.25,0.25,1.0,0.5,0.5,0.5,0.5,0.5,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,2.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,4.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.25,0.25,1.0,0.5,0.5,0.5,0.5,0.5,1.0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,1.5,0.5,0.5,0.5,0.5,0.5,2.0,2.0,2.0,2.0]
in_thread do
for i in 0..a3.length-1
for j in 0..a3[i].length-1
play a3[i][j],sustain: b3[i][j]*sl,release: b3[i][j]*rl,pan: -0.2
sleep b3[i][j]
end
end
end
a4=[]
b4=[]
a4[0]=[:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:D4,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r,:r]
b4[0]=[2.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,2.0,2.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0,4.0]
in_thread do
for i in 0..a4.length-1
for j in 0..a4[i].length-1
play a4[i][j],sustain: b4[i][j]*sl,release: b4[i][j]*rl,pan:-0.2
sleep b4[i][j]
end
end
end
#debugging code follows, used to detectmissing rests in part 3
# bb=234
# puts "beat #{bb}"
# puts "array lengths #{b1[0].length} #{b2[0].length} #{b3[0].length} #{b4[0].length}"
# puts dl(b1[0]),dl(b2[0]),dl(b3[0]),dl(b4[0])
# puts bn(bb,b1[0]),bn(bb,b2[0]),bn(bb,b3[0])
# p10(bn(bb,b1[0]),a1[0],b1[0]);puts
# p10(bn(bb,b2[0]),a2[0],b2[0]);puts
# p10(bn(bb,b3[0]),a3[0],b3[0])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment