Uses of Class
uk.org.toot.music.tonality.Key

Packages that use Key
uk.org.toot.music.composition This package provides support for composition, part of the Music Theory problem domain. 
uk.org.toot.music.tonality This package provides complete support for tonality, part of the Music Theory problem domain. 
uk.org.toot.swingui.tonalityui   
 

Uses of Key in uk.org.toot.music.composition
 

Methods in uk.org.toot.music.composition that return Key
 Key[] BarContext.getKeys()
           
 Key BarContext.getPreviousKey()
           
 

Methods in uk.org.toot.music.composition with parameters of type Key
 int TonalComposer.Context.nextPitch(int pitch, Key key)
           
 void BarContext.setKeys(Key[] keys)
          Set the key changes
 

Uses of Key in uk.org.toot.music.tonality
 

Methods in uk.org.toot.music.tonality that return Key
 Key Key.Provider.getKey()
          Get the provided Key which may then be observed for changes.
 

Methods in uk.org.toot.music.tonality that return types with arguments of type Key
static java.util.List<Key> Keys.withNotes(int[] keynotes)
          Return a List of Keys with the specified notes
 

Uses of Key in uk.org.toot.swingui.tonalityui
 

Method parameters in uk.org.toot.swingui.tonalityui with type arguments of type Key
 void KeyList.setKeys(java.util.List<Key> keys)
           
 

Constructors in uk.org.toot.swingui.tonalityui with parameters of type Key
RootCombo(Key aKey)
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.