|
|
|
|
|
by WhyOhWhyQ
203 days ago
|
|
I was trying to make it automatically randomly choose between the normal speed and twice speed after a long time. I think appending .fast(chooseCycles(1, 2).slow(128)) at the very end does it. But I'm not actually sure. Would a strudel user mind informing me how this is done? Also, I was hoping to make it automatically shift the key, but I couldn't figure it out. |
|
You can change the global tempo with something like
.cps("[0.75|1.75]")
and make it happen less often like
.cps("[0.75|1.75]/8")