fix arpeggio not resetting note to base on 0000

This commit is contained in:
tildearrow 2022-03-17 16:37:49 -05:00
parent 9dea093052
commit d63f3d311b
5 changed files with 30 additions and 9 deletions

View file

@ -2197,6 +2197,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
ImGui::Checkbox("Reset note to base on arpeggio stop",&e->song.arp0Reset);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("behavior changed in 0.6");
}
}
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_COMPAT_FLAGS;
ImGui::End();