Plan to support sheet music

write, and render sheet music notes in posts?

seems there are some js libs, wonder if easy way to add this support :slight_smile:

5 Likes

The concept here is very similar to Discourse Math; I suspect it would not be onerous to do.

10 Likes

I confirm. Implementation is fairly straightforward. :+1:
You need a container, basic code, and sheet music to download (.musicxml).

One issue is downloading the .musicxml file; it will fail because of CORS origin.
I guess you would need an interface to upload it, and then you can render it with the local file.

I could not test the player; you must be a Github sponsor.

(I will see to make a theme component)

8 Likes

so cool ! @Arkshine

3 Likes

This came up in my feed this morning

8 Likes