prepare to fix pitch linearity issues
This commit is contained in:
parent
b5faddf319
commit
c064cf089d
13 changed files with 49 additions and 454 deletions
|
|
@ -96,8 +96,8 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
}
|
||||
}
|
||||
|
||||
if (msw || curEngineState==6 || curEngineState==16) {
|
||||
if (ImGui::Checkbox(_("Modified sine wave"),&msw)) {
|
||||
if (msw) {
|
||||
if (ImGui::Checkbox(_("Modified sine wave (joke)"),&msw)) {
|
||||
altered=true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue