GUI: even more chan osc improvements
This commit is contained in:
parent
ab7b26a2e7
commit
60df7e26f4
2 changed files with 68 additions and 23 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue