prepare to fix pitch linearity issues

This commit is contained in:
tildearrow 2025-04-01 14:11:45 -05:00
parent b5faddf319
commit c064cf089d
13 changed files with 49 additions and 454 deletions

View file

@ -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;
}
}