elialbert / infinitewalkingbass2

infinitewalkingbass2.elialbert.vercel.app
5 stars 2 forks source link

Feature idea: generated sheet music #3

Open kindoflew opened 3 years ago

kindoflew commented 3 years ago

I've been messing around with Rich Harris' pancake charting library all morning and noticed that scatter plots kind of look like sheet music. And then I was thinking we could use it (or a different library with documentation) to generate lines of sheet music under the chords instead of/in addition to the actual note names.

So far I have this: https://svelte.dev/repl/b08d4499bd084173b33242f063261e88?version=3.32.1

Not very much, but like I said there's no documentation so I'm just finding examples online and digging through the source code. Is this something that you'd be open to? I'll probably continue to mess around with this idea anyways even if you aren't haha.

elialbert commented 3 years ago

that is very cool. My thought would be that if you want to add it that's totally cool but I'd rather have it as an alternative view than something everyone sees, just because I'd prefer to not add more computation to the viewer's device that they haven't asked for. in the interest of maintaining real(ish) time audio.

also, i'm a bit swamped at work right now so don't think I can help. but yes please keep messing around :)