incorrect path in /examples/index.html
smcnally opened this issue · 1 comments
smcnally commented
Gracias por su trabajo en este proyecto -
the path to soundfont-player.js is relative to root vs /examples
<script src="/dist/soundfont-player.js"></script>
should be
<script src="../dist/soundfont-player.js"></script>
With that in place, /examples/index.html works wonderfully.
¡Ahora puedo pasar demasiado tiempo añadiendo sonido a las cosas!
danigb commented
hahaha... Gracias! PR welcomed. Or if not, I'll fix it asap.
Saludos
Dani