tomdkt / FindMusicalScale

Find the musical scale in a String

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Find the musical scale in a String

License:GNU General Public License v3.0


Languages

Language:Java 100.0%