Reduce duplication
This commit is contained in:
parent
ed779f443a
commit
2339dfe2aa
3 changed files with 7 additions and 5 deletions
|
|
@ -1144,6 +1144,7 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
|||
ImGui::Text(" - prev: %d",ch->prevPan);
|
||||
ImGui::Text("- vol: %.2x",ch->vol);
|
||||
ImGui::Text("- outVol: %.2x",ch->outVol);
|
||||
ImGui::Text("- resVol: %.2x",ch->resVol);
|
||||
ImGui::Text("- lvol: %.2x",ch->lvol);
|
||||
ImGui::Text("- rvol: %.2x",ch->rvol);
|
||||
ImGui::Text("- macroVolMul: %.2x",ch->macroVolMul);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue