GUI: make it clear
continuous vibrato
This commit is contained in:
parent
44781e9cac
commit
f352162151
2 changed files with 3 additions and 3 deletions
|
|
@ -314,7 +314,7 @@ void FurnaceGUI::drawCompatFlags() {
|
|||
}
|
||||
ImGui::Checkbox("Continuous vibrato",&e->song.continuousVibrato);
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("when enabled, vibrato will not be reset on a new note.");
|
||||
ImGui::SetTooltip("when enabled, vibrato phase/position will not be reset on a new note.");
|
||||
}
|
||||
InvCheckbox("Pitch macro is not linear",&e->song.pitchMacroIsLinear);
|
||||
if (ImGui::IsItemHovered()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue