The Robot bassline cover with Glicol
chaosprint - 3 years ago (last modified 3 years ago)// You can play this on (https//glicol.org)
// I think the url should come with a link...
// it seems that one \n does not work as a newline and we need 2 to make it work
// anyway this is a wonderfull work; thank you for sharing this!
// ---------
~qqa: seq 38 _38 41_38_ _ _ _ _ _ >> sawsynth 0.001 0.3 >> mul 0.05 >> hpf 1000.0 1.0;
// be careful with this hpf, need some adjustment
~qqb: seq _ _ _ _ 53 55_60_ 57 _ >> sawsynth 0.001 0.3 >> hpf 3000.0 10.0 >> mul 0.08;
// control here
~qq: ~qqa >> add ~qqb >> mul 0.5;
~zz: speed 8.0 >> seq 62 60 >> sawsynth 0.001 0.2 >> mul 0.2;
~yy: speed 8.0 >> seq 65 64 >> sawsynth 0.001 0.2 >> mul 0.2;
// control here
~pp: ~zz >> add ~yy >> mul 0.6;
o: ~pp >> lpf ~mod 10.0 >> add ~aa >> add ~qq >> plate 0.05
~mod: sin 0.25 >> mul 2000 >> add 3000
~aa: ~cc >> add ~bb >> lpf ~amod 10.0 >> mul 0.6
~amod: sin 0.8 >> mul 1000 >> add 2000
~bb: ~cc >> delayms 125 >> mul 0.8
~cc: seq 62_60_ 62_60_ 62 64 62_60_ 62_60_ 62___60_60_ 62 >> mul 0.25 >> sawsynth 0.001 0.1 >> mul 0.9 // control here
// ##setBPM(60)#
// ---------
Test
reply