Uses of Class
musiccreator.Key

Uses of Key in musiccreator
 

Methods in musiccreator that return Key
 Key Song.getKey()
           
static Key Key.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Key[] Key.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in musiccreator with parameters of type Key
static void Song.setKey(Key k)
           
static void Chord.setKey(Key k)
          Sets the key for all chords.