/FindMusicalScale

Find the musical scale in a String

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

FindMusicalScale

Transpose notes to new scale. Get new notes musical scale in a String. Check the tests classes.

#Example

###A G A7 D/E to F GetNewMusicalNotes.getNota("A G A7 D/E", "F") will result in "F D# F7 A#/C"

###G D C Em to C GetNewMusicalNotes.getNota("G D C Em", "C") will result in "C G F Am"