MidiPlayerJS icon indicating copy to clipboard operation
MidiPlayerJS copied to clipboard

Not working on Safari iOS

Open AndresMendozaDev opened this issue 6 years ago • 1 comments

Hi;

The player works fine on Chrome for Windows 10; it loads the instruments and start playing.

It doesn't work on Safari for iOS; on the debugger I see the data (I'm printing current note) but I can't hear any sound.

Notes:

  • I'm using your demo; I'm forcing it to start playing after a user input.
  • On the network panel on the debugger, I see it loads the same instrument always: accoustic_guitar_nylon

I would appreciate any help!

AndresMendozaDev avatar Oct 06 '18 02:10 AndresMendozaDev

Seeing what your problem is... it doesn't look like a problem with the MIDI player, rather it might be a problem with the soundfont library grimmdude is using to play audio to each note. https://github.com/danigb/soundfont-player

Andrew-J-Larson avatar May 25 '20 06:05 Andrew-J-Larson