diff --git a/src/gui/exportOptions.cpp b/src/gui/exportOptions.cpp index 357ef8002..19077c13c 100644 --- a/src/gui/exportOptions.cpp +++ b/src/gui/exportOptions.cpp @@ -87,6 +87,18 @@ void FurnaceGUI::drawExportAudio(bool onWindow) { } } ImGui::SameLine(); + if (ImGui::SmallButton(_("Shown in pattern"))) { + for (int i=0; icurSubSong->chanShow[i]; + } + } + ImGui::SameLine(); + if (ImGui::SmallButton(_("Shown in oscilloscope"))) { + for (int i=0; icurSubSong->chanShowChanOsc[i]; + } + } + ImGui::SameLine(); if (ImGui::SmallButton(_("Invert"))) { for (int i=0; i