GUI: even more chan osc improvements

This commit is contained in:
tildearrow 2023-09-04 04:14:47 -05:00
parent ab7b26a2e7
commit 60df7e26f4
2 changed files with 68 additions and 23 deletions

View file

@ -212,6 +212,7 @@ void FurnaceGUI::drawDebug() {
}
if (ImGui::TreeNode("Oscilloscope Debug")) {
int c=0;
ImGui::Checkbox("FFT debug view",&debugFFT);
for (int i=0; i<e->song.systemLen; i++) {
DivSystem system=e->song.system[i];
if (e->getChannelCount(system)>0) {