Reduce register spamming(again)

This commit is contained in:
cam900 2022-12-10 13:57:39 +09:00
parent 07e0577a36
commit bf16f8f59e
3 changed files with 33 additions and 19 deletions

View file

@ -1130,15 +1130,18 @@ void putDispatchChan(void* data, int chanNum, int type) {
DivPlatformK007232::Channel* ch=(DivPlatformK007232::Channel*)data;
ImGui::Text("> K007232");
ImGui::Text("* freq: %d",ch->freq);
ImGui::Text(" - prev: %d",ch->prevFreq);
ImGui::Text(" - base: %d",ch->baseFreq);
ImGui::Text(" - pitch: %d",ch->pitch);
ImGui::Text(" - pitch2: %d",ch->pitch2);
ImGui::Text("* note: %d",ch->note);
ImGui::Text("* Sample: %d",ch->sample);
ImGui::Text(" - pos: %d",ch->audPos);
ImGui::Text(" - prevBank: %d",ch->prevBank);
ImGui::Text("- wave: %d",ch->wave);
ImGui::Text("- ins: %d",ch->ins);
ImGui::Text("- panning: %d",ch->panning);
ImGui::Text("* panning: %d",ch->panning);
ImGui::Text(" - prev: %d",ch->prevPan);
ImGui::Text("- vol: %.2x",ch->vol);
ImGui::Text("- outVol: %.2x",ch->outVol);
ImGui::Text("- lvol: %.2x",ch->lvol);