ChordTransposer es una gema creada para el sitio web AcordesTotales. El objetivo de ChordTransposer es crear una api sencilla para modificar la tonalidad y notación de los acordes. De esta forma uno podría a partir del string 'La#m', aumentar un tono la nota que representa: 'Sol#m', o pasar a notación americana: 'A#m'.
Add this line to your application's Gemfile:
gem 'chord_transposer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install chord_transposer
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/chord_transposer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request