Open normaluniversity opened 3 years ago
Add seek method to the library. Usage:
let midiPlayer = new MidiPlayer({ logging: false, patchUrl: 'lib/pat/' }); midiPlayer.setLogger({ logging: false, eventLogger: function (g) { musicCurrentTime = (g.time) || 0;} }) midiPlayer.play({ url: `./${url}` }); midiPlayer.seek({ mSecond: milliSeconds });
All the relevant tasks below must be performed in addition to automated CI/CD checks.
npm run upgrade:patch
npm run upgrade:minor
npm run upgrade:major
Enter the issue number of the bug(s) that this PR fixes.
Summary
Add seek method to the library. Usage:
Checklist
All the relevant tasks below must be performed in addition to automated CI/CD checks.
npm run upgrade:patch
,npm run upgrade:minor
ornpm run upgrade:major
Issue(s) adressed
Enter the issue number of the bug(s) that this PR fixes.