|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||