ddycai / chord-transposer

Node library for transposing musical chords within text.
https://ddycai.github.io/chord-transposer/
MIT License
58 stars 23 forks source link

Add support for more sharp key signatures #9

Closed nwestfall closed 4 years ago

nwestfall commented 5 years ago

Fixes #8

Add support for more keys in #

I'm able to write some tests if we think it's needed. I removed 1 of them since D# is now a valid key.

nwestfall commented 5 years ago

@ddycai bump

nafplann commented 5 years ago

I need this too

ddycai commented 4 years ago

Hi thanks for the PR. I think the indexes in your PR needed to be changed for the code to work properly so I made the fix and pushed the change to the repo. Sorry I only got around to it now.