|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scale | |
---|---|
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 Scale in uk.org.toot.music.tonality |
---|
Methods in uk.org.toot.music.tonality that return Scale | |
---|---|
static Scale |
Scales.getInitialScale()
Get the initial Scale, the first in the List of known Scales. |
Scale |
Key.getScale()
Get the Scale for this Key. |
static Scale |
Scales.getScale(java.lang.String scaleName)
Get the Scale with the specified name. |
Methods in uk.org.toot.music.tonality that return types with arguments of type Scale | |
---|---|
static java.util.List<Scale> |
Scales.getScales()
Get the List of known Scales. |
Methods in uk.org.toot.music.tonality with parameters of type Scale | |
---|---|
static void |
Scales.add(Scale scale)
Add a Scale to the List of known Scales. |
void |
Key.setScale(Scale scale)
Set the Scale for this Key and notify Observers. |
Constructors in uk.org.toot.music.tonality with parameters of type Scale | |
---|---|
Key(int root,
Scale scale)
Constructor |
|
Key(java.lang.String root,
Scale scale)
|
Uses of Scale in uk.org.toot.swingui.tonalityui |
---|
Methods in uk.org.toot.swingui.tonalityui with parameters of type Scale | |
---|---|
void |
ModeChordsPanel.setScale(Scale scale)
|
void |
ChordChooserPanel.setScale(Scale scale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |