Fix dead link, Frequency, Instrument editor related issue

This commit is contained in:
cam900 2022-05-31 13:48:35 +09:00
parent a3bca9efa7
commit 3b411cd14f
30 changed files with 432 additions and 384 deletions

View file

@ -344,7 +344,7 @@ void putDispatchChan(void* data, int chanNum, int type) {
ImGui::Text(" - pitch2: %d",ch->pitch2);
ImGui::Text("* note: %d",ch->note);
ImGui::Text(" - next: %d",ch->nextNote);
ImGui::Text(" - prev: %d",ch->prevNote);
ImGui::Text(" - curr: %d",ch->currNote);
ImGui::Text("- ins: %d",ch->ins);
ImGui::Text("- wave: %d",ch->wave);
ImGui::Text("- VolMacroMax: %d",ch->volMacroMax);