new demo song

by ALTMUS
This commit is contained in:
tildearrow 2025-03-29 22:26:00 -05:00
parent bb2b2e1cc6
commit 13b56870ec
16 changed files with 802 additions and 74 deletions

View file

@ -96,8 +96,8 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
}
}
if (msw) {
if (ImGui::Checkbox(_("Modified sine wave (joke)"),&msw)) {
if (msw || curEngineState==6 || curEngineState==16) {
if (ImGui::Checkbox(_("Modified sine wave"),&msw)) {
altered=true;
}
}