they did the Dance
and now you can do it too
This commit is contained in:
parent
35316910be
commit
2d73e45e0f
4 changed files with 23 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue