MIDI.js icon indicating copy to clipboard operation
MIDI.js copied to clipboard

Reference Error: Re Player not defined

Open tjvg91 opened this issue 9 years ago • 0 comments

Why do I get this error? This is my code:

if (!MIDI.Player.playing) {
MIDI.Player.loadFile("midi/All%20To%20Jesus%20I%20Surrender.mid", MIDI.Player.start(null), null, function (e1) { alert(e1); });
} else MIDI.Player.pause();

help please?

tjvg91 avatar Oct 15 '15 02:10 tjvg91