they did the Dance

and now you can do it too
This commit is contained in:
tildearrow 2023-11-26 21:55:09 -05:00
parent 35316910be
commit 2d73e45e0f
4 changed files with 23 additions and 3 deletions

View file

@ -550,6 +550,13 @@ void FurnaceGUI::drawPattern() {
if (e->keyHit[i]) {
keyHit1[i]=1.0f;
if (chanOscRandomPhase) {
chanOscChan[i].phaseOff=(float)rand()/(float)RAND_MAX;
} else {
chanOscChan[i].phaseOff=0.0f;
}
if (settings.channelFeedbackStyle==1) {
keyHit[i]=0.2;
if (!muted) {