|
|
|
@ -109,8 +109,8 @@ s.waitForBoot({
|
|
|
|
|
\group, group,
|
|
|
|
|
\buf, i,
|
|
|
|
|
\out, hdpBusArray[i],
|
|
|
|
|
//\freq, Pseq(55 * r[1]),
|
|
|
|
|
\freq, Pseq((55 * r[1]).cpsmidi.round(0.5).midicps),
|
|
|
|
|
\freq, Pseq(55 * r[1]),
|
|
|
|
|
//\freq, Pseq((55 * r[1]).cpsmidi.round(0.5).midicps),
|
|
|
|
|
\dur, Pseq(r[0]),
|
|
|
|
|
\sustain, Pseq(r[0]),
|
|
|
|
|
\amp, Pseq(r[2] / 1) //4)
|
|
|
|
@ -171,7 +171,8 @@ s.waitForBoot({
|
|
|
|
|
\group, group,
|
|
|
|
|
\buf, i,
|
|
|
|
|
\out, hdpBusArray[i],
|
|
|
|
|
\freq, Pseq((55 * r.slice(nil, 2).flatten).cpsmidi.round(0.5).midicps),
|
|
|
|
|
//\freq, Pseq((55 * r.slice(nil, 2).flatten).cpsmidi.round(0.5).midicps),
|
|
|
|
|
\freq, Pseq((55 * r.slice(nil, 2).flatten)),
|
|
|
|
|
\dur, Pseq(r.slice(nil, 0).flat),
|
|
|
|
|
|
|
|
|
|
//this is a bit tricky it makes it so that each note goes to the next
|
|
|
|
|