Add reverse playback support

This commit is contained in:
cam900 2023-04-03 00:34:09 +09:00
parent 9b877764c4
commit 048728b496
6 changed files with 37 additions and 8 deletions

View file

@ -1101,6 +1101,7 @@ void putDispatchChan(void* data, int chanNum, int type) {
ImGui::Text("- macroVolMul: %.2x",ch->macroVolMul);
COMMON_CHAN_DEBUG_BOOL;
ImGui::TextColored(ch->setPos?colorOn:colorOff,">> SetPos");
ImGui::TextColored(ch->reverse?colorOn:colorOff,">> Reverse");
break;
}
default: