Bewelge / MIDIano

:musical_note: A JavaScript MIDI-Player/ Piano-learning webapp
https://midiano.com
118 stars 22 forks source link

HQ Piano soundfont is not applied to the MIDI instrument nor virtual piano #45

Closed jacobopantoja closed 6 months ago

jacobopantoja commented 6 months ago

At least in Firefox 121 on Win10 1809, the HQ piano soundfont is only applied to the MIDI file being played, not to the MIDI instrument nor the virtual piano (the one you can play with the mouse)

Bewelge commented 6 months ago

I think that's a caching problem. Can you try clearing your cache?

Open dev tools -> Storage -> Cache Storage -> delete the entries for app.midiano.com

Let me know if that works.

jacobopantoja commented 6 months ago

Same result.

Also tested in another computer, freshly opened for the first time, also Firefox 121 but Win11. Same result

Bewelge commented 6 months ago

I just noticed something:

The default input instrument is acoustic_nylon_guitar and not acoustic_grand_piano. The HQ Soundfont only works for acoustic_grand_piano. Could that be the reason?

I'll change the default back to piano with the next update.

jacobopantoja commented 6 months ago

Touché. I'm sorry that I didn't see that I could change the instrument.

Thanks a lot