Top Level Namespace
Defined Under Namespace
Modules: NoteTranspose
Constant Summary collapse
- NOTES =
List of musical notes, as sharps and flats
{ sharp: %w(c c# d d# e f f# g g# a a# b), flat: %w(c db d eb e f gb g ab a bb b) }
Modules: NoteTranspose
List of musical notes, as sharps and flats
{ sharp: %w(c c# d d# e f f# g g# a a# b), flat: %w(c db d eb e f gb g ab a bb b) }