This commit is contained in:
LTVA1 2024-08-17 13:49:56 +03:00
parent 80933510a5
commit 4e7c1773ed
2 changed files with 7 additions and 1 deletions

View file

@ -5896,6 +5896,12 @@ void FurnaceGUI::drawInsSID3(DivInstrument* ins)
if (ImGui::Button(_("noise"))) { PARAMETER
ins->c64.noiseOn=!ins->c64.noiseOn;
}
if (ImGui::IsItemHovered())
{
ImGui::SetTooltip(_("Like in SID2, specific noise LFSR feedback bits config can produce tonal waves.\n"
"Refer to the manual for LFSR bits macro configurations for which frequency calculation is altered\n"
"in a way that makes tonal noise stay in tune."));
}
popToggleColors();
ImGui::SameLine();