Replicated TFM's single-row pitch slide
This commit is contained in:
parent
d6fd63f813
commit
50f1cf163a
4 changed files with 46 additions and 31 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue