Christophe Noël

Results 17 comments of Christophe Noël

Hello, Not sure how well it fits your use case but this lib can parse chord-symbols into intervals: https://github.com/no-chris/chord-symbol Let me know if any interest, I could assist with the...

#285 will fix: - Cadd11 - Cmi11 : no alternate rendering! - G4add9 (3 ?!!) - C4 Remaining: - `C11(add3)` => `C9` - `CM711`=> `null`

almost: https://github.com/no-chris/chord-symbol/projects/3

- C11(add3) => C9: what should be expected? C11(add3) or C9(add 11)? - CM711=> null: that is correct: b7 & 7 cannot be in the same chord

thanks for checking this out. That one is actually documented in the readme: >### Support for different notation systems > >ChordSymbol can recognize notes written in english, latin and german...

You are probably right, I don't really have a strong opinion on this, one way or the other could work. As it would be a breaking change though, I'll probably...

- `C11(add3) => C9`: edge case enough to ignore it - `CM711=> null`: valid rejection, since it contains both `7` and `b7` Thus, closing issue for now

Well it is actually the expected behaviour, because of the reference music theory material used during the writing of this lib: https://www.harrisonmusic.com/store/c11/Music_Theory_Books_Audio.html Basically Mark Harrison explains that there is no...

Uch! I'm really sorry this happened to you 😞Have you tried importing the bundled version as described in the migration guide? https://github.com/no-chris/chord-symbol/blob/master/packages/chord-symbol/MIGRATION.md I was a bit hesitant to do that...