Fix dead link, Frequency, Instrument editor related issue
This commit is contained in:
parent
a3bca9efa7
commit
3b411cd14f
30 changed files with 432 additions and 384 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue