Replicated TFM's single-row pitch slide

This commit is contained in:
techmetx11 2024-04-13 17:45:12 +00:00
parent d6fd63f813
commit 50f1cf163a
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
4 changed files with 46 additions and 31 deletions

View file

@ -344,6 +344,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, volume macros round up when applied\nthis prevents volume scaling from causing vol=0, which is silent on some chips\n\nineffective on logarithmic channels");
}
ImGui::Checkbox("Reset effects on row change",&e->song.resetEffectsOnRowChange);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, effects in a row will be canceled after the row changes");
}
ImGui::EndTabItem();
}
ImGui::EndTabBar();