|
|
@ -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;
|
|
|
|