Prepare for per-channel osc view, ES550X core update
This commit is contained in:
parent
329048bf6c
commit
e246697928
11 changed files with 112 additions and 6 deletions
|
|
@ -375,6 +375,9 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
|||
ImGui::Text("- outRVol: %.2x",ch->outRVol);
|
||||
ImGui::Text("- ResLVol: %.2x",ch->resLVol);
|
||||
ImGui::Text("- ResRVol: %.2x",ch->resRVol);
|
||||
ImGui::Text("- LOut: %d",ch->lOut);
|
||||
ImGui::Text("- ROut: %d",ch->rOut);
|
||||
ImGui::Text("- oscOut: %d",ch->oscOut);
|
||||
ImGui::TextColored(ch->active?colorOn:colorOff,">> Active");
|
||||
ImGui::TextColored(ch->insChanged?colorOn:colorOff,">> InsChanged");
|
||||
ImGui::TextColored(ch->freqChanged?colorOn:colorOff,">> FreqChanged");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue