|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chord | |
|---|---|
| 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 Chord in uk.org.toot.music.tonality |
|---|
| Methods in uk.org.toot.music.tonality that return Chord | |
|---|---|
Chord |
Chord.Voicing.getChord()
Get the Chord that this Voicing uses. |
Chord |
Chord.PitchedVoicing.getChord()
Get the Chord for the chord voicing. |
static Chord |
Chords.withIntervals(int[] someIntervals)
Return the single Chord with the specified intervals |
static Chord |
Chords.withName(java.lang.String aName)
Return the single Chord with the specified name. |
static Chord |
Chords.withSpelling(java.lang.String aSpelling)
Return the single Chord that has the specified spelling. |
static Chord |
Chords.withSymbol(java.lang.String aSymbol)
Return the single Chord that has the specified symbol. |
| Methods in uk.org.toot.music.tonality that return types with arguments of type Chord | |
|---|---|
static java.util.List<Chord> |
Chords.fromChordMode(int[] chordMode)
Return the List of Chords which are derived from the specifed chord mode. |
| Methods in uk.org.toot.music.tonality with parameters of type Chord | |
|---|---|
static void |
Chords.add(Chord aChord)
Add a Chord to the list of known chords. |
| Constructors in uk.org.toot.music.tonality with parameters of type Chord | |
|---|---|
Chord.RelativeVoicing(int offset,
Chord chord)
|
|
Chord.RelativeVoicing(int offset,
Chord chord,
int[] missingIndices)
|
|
Chord.Voicing(Chord chord)
Construct a new Voicing with no missing intervals. |
|
Chord.Voicing(Chord chord,
int[] missingIndices)
Construct a new Voicing with missing intervals. |
|
| Uses of Chord in uk.org.toot.swingui.tonalityui |
|---|
| Method parameters in uk.org.toot.swingui.tonalityui with type arguments of type Chord | |
|---|---|
void |
ChordList.setChords(java.util.List<Chord> chords)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||