Add reverse playback support
This commit is contained in:
parent
9b877764c4
commit
048728b496
6 changed files with 37 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue