Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Jan 21, 2024
1 parent 4f7363d commit 62ef072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/pr-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ async function run() {
const midiData = fs.existsSync(midiPath) ? fs.readFileSync(midiPath) : null;
if (midiData) {
const midiParsed = new Midi(midiData);
console.log(midiParsed.duration)
console.log(midiParsed)
}
// const midiData = fs.existsSync(midiPath) ? fs.readFileSync(midiPath, "binary") : null;
Expand Down

0 comments on commit 62ef072

Please sign in to comment.