-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add a new ChordSymbol module #168
Comments
Would it be nice to have a custom font for tonal js where musical signs get pasted correctly on all browsers? When making Sonid I ran into the issue that the flat/sharp (and others) signs had different spacing and sizes on different OSses. After a bit of experimenting I found that using a custom font with svg glyphs and setting them in a span with css content solved the issue. It might nice to include a property which pastes names with musical signs inside all notes/chords/scales objects. Although, come to think of it, it would have to be multilanguage aswell... |
Maybe this one: https://github.com/larsenwork/monomusic |
Hello, |
Hi Chris, You library looks great! Congrats. Anyway, I think it's too complex for what I had in mind. Also some of functionality overlaps with tonal (interval to semitones, note names to name a few) so I think it's better to keep them separated. Good work and thanks for sharing |
Add a module to parse chord symbols. Will replace the actual
Chord.tokenize
function but implementing chord roots (aka slashed chords).It should fix most of the issues of #155
The text was updated successfully, but these errors were encountered: