2020_07_01_01

main
Michael Winter 4 years ago
parent 50bd227fa2
commit c0ce9abef9

@ -75,7 +75,7 @@
~patterns[~sectionOrder[~currentSection]].play(~tempoClock, quant: 0); ~patterns[~sectionOrder[~currentSection]].play(~tempoClock, quant: 0);
if(~interludes && ((~currentSection % 4) == 3) && (~currentSection != (~sectionOrder.size - 1)), { if(~interludes && ((~currentSection % 4) == 3) && (~currentSection != (~sectionOrder.size - 1)), {
var center, interval, freq1, freq2, tremRate; var center, interval, freq1, freq2, tremRate;
center = 43 + 7.rand2; center = 50 - 12.0.rand;
interval = 3.0.rand + 2; interval = 3.0.rand + 2;
freq1 = (center + (interval / 2)).midicps; freq1 = (center + (interval / 2)).midicps;
freq2 = (center - (interval / 2)).midicps; freq2 = (center - (interval / 2)).midicps;
@ -154,7 +154,7 @@
~patterns[~sectionOrder[~currentSection]].play(~tempoClock, quant: 0); ~patterns[~sectionOrder[~currentSection]].play(~tempoClock, quant: 0);
if(~interludes && ((~currentSection % 4) == 3) && (~currentSection != (~sectionOrder.size - 1)), { if(~interludes && ((~currentSection % 4) == 3) && (~currentSection != (~sectionOrder.size - 1)), {
var center, interval, freq1, freq2, tremRate; var center, interval, freq1, freq2, tremRate;
center = 43 + 7.rand2; center = 50 - 12.0.rand;
interval = 3.0.rand + 2; interval = 3.0.rand + 2;
freq1 = (center + (interval / 2)).midicps; freq1 = (center + (interval / 2)).midicps;
freq2 = (center - (interval / 2)).midicps; freq2 = (center - (interval / 2)).midicps;

@ -36,7 +36,7 @@ s.waitForBoot({
~play = Synth.new(\masterPlayerControl ++ ~hash); ~play = Synth.new(\masterPlayerControl ++ ~hash);
{ {
var center, interval, freq1, freq2, tremRate; var center, interval, freq1, freq2, tremRate;
center = 43 + 7.rand2; center = 50 - 12.0.rand;
interval = 3.0.rand + 2; interval = 3.0.rand + 2;
freq1 = (center + (interval / 2)).midicps; freq1 = (center + (interval / 2)).midicps;
freq2 = (center - (interval / 2)).midicps; freq2 = (center - (interval / 2)).midicps;

Loading…
Cancel
Save