many changes

This commit is contained in:
tildearrow 2023-08-09 22:00:03 -05:00
parent 72d04777c0
commit 21d1dfefa1
5 changed files with 43 additions and 64 deletions

View file

@ -1106,8 +1106,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
ImGui::Text("- chVolR: %.2x",ch->chVolR);
ImGui::Text("- macroVolMul: %.2x",ch->macroVolMul);
COMMON_CHAN_DEBUG_BOOL;
ImGui::TextColored(ch->volumeChanged.left?colorOn:colorOff,">> VolumeChangedLeft");
ImGui::TextColored(ch->volumeChanged.right?colorOn:colorOff,">> VolumeChangedRight");
ImGui::TextColored(ch->setPos?colorOn:colorOff,">> SetPos");
break;
}