-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardcoded soundfont path prevents loading from CDN into <script>
tag
#115
Comments
You used to be able to put the soundfont url as a |
IMO this right here is worth documenting in the README. I'll get to it at some point.
|
mscuthbert
added a commit
that referenced
this issue
Aug 21, 2024
Fixes #115 Give instructions on how to use music21j remotely without hosting yourself. Also: Fix problems with articulations and expressions without Vexflow versions. Make length expressions play back better.
I think that this is now fixed in #261. Let me know if it's still a problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should make it so that you can just get a CDN URL for this repo and plug it into a
<script>
tag and be able to use the project. Currently the hardcoded soundfont path prevents it (we should just disable playback rather than not load the project).Matteo discovered a workaround, but the workaround doesn't work for just loading into a simple HTML page or trying to use JSFiddle as a sandbox.
As for the second issue, I managed to fix it in the following way. Is it the way it should be done, though?
Thank you again
Originally posted by @mttbernardini in #58 (comment)
The text was updated successfully, but these errors were encountered: