We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d439c commit 26853aaCopy full SHA for 26853aa
src/Widgets/ImGui_UI.cpp
@@ -243,7 +243,7 @@ void ImGuiUI::onImGuiDisplay()
243
244
if (ImGui::BeginPopup("menu_mod_dest"))
245
{
246
- ImGui::SeparatorText("Modulator Source");
+ ImGui::SeparatorText("Modulator Destination");
247
if (ImGui::MenuItem("Main Volume")) { _triggerParamUpdate(_requestedModParam, ui->_pi2f(MOD_DEST_MAINVOL, MOD_DEST_MAX)); }
248
if (ImGui::MenuItem("Panning")) { _triggerParamUpdate(_requestedModParam, ui->_pi2f(MOD_DEST_PANNING, MOD_DEST_MAX)); }
249
ImGui::Separator();
0 commit comments