Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontag committed Sep 12, 2021
1 parent bd69276 commit d5cc505
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/players/MIDIPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,6 @@ export default class MIDIPlayer extends Player {
this.setAudioProcess(this.midiAudioProcess);
}

// TODO: Y*CK yUCK Uh-Oh
// setOnPlayerStateUpdate(fn) {
// this.onPlayerStateUpdate = debounce(fn, 200);
// }

midiAudioProcess(e) {
let i, channel;
const channels = [];
Expand Down

0 comments on commit d5cc505

Please sign in to comment.