Skip to content

Commit

Permalink
fix missing argument for handleUndefinedCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent db4c209 commit 2718616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx2midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void handleOPMLFOMHON() {}
void handleOPMLFOMHOF() {}
void handlePCM8Enable() {}
void handleFadeOut(uint8_t f) {}
void handleUndefinedCommand() {}
void handleUndefinedCommand(uint8_t b) {}
void handleSetOPMRegister(uint8_t reg, uint8_t val) {}
void handleSetNoteLength(uint8_t ticks) {}
void handleLFOPitch(uint8_t b, uint16_t period, uint16_t change) {}
Expand Down

0 comments on commit 2718616

Please sign in to comment.