Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Micrufun committed Jan 12, 2023
1 parent 5d912cf commit 0f6cdbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/track/loader/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export default class {
fileLoad(e) {
const audioData = e.target.response || e.target.result;

// TODO: Here, detect if the `audioData` is of type MIDI.

this.setStateChange(STATE_DECODING);

return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 0f6cdbd

Please sign in to comment.