danigb / soundfont-player

Quick soundfont loader and player for browser
MIT License
452 stars 58 forks source link

incorrect path in /examples/index.html #44

Open smcnally opened 7 years ago

smcnally commented 7 years ago

Gracias por su trabajo en este proyecto -

In /examples/index.html

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 7 years ago

hahaha... Gracias! PR welcomed. Or if not, I'll fix it asap. Saludos Dani