|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.music.tonality.Chord.PitchedVoicing
public static class Chord.PitchedVoicing
A PitchedVoicing is an aggregation of a Voicing and a root pitch.
| Constructor Summary | |
|---|---|
Chord.PitchedVoicing(Chord.Voicing voicing,
int root)
Construct a new PitchedVoicing of the specified Voicing with the specified root pitch. |
|
Chord.PitchedVoicing(Chord.Voicing voicing,
int root,
int slashBass)
Construct a new PitchedVoicing of the specified Voicing with the specified root pitch and the specified bass pitch as applicable to slash chord notation. |
|
| Method Summary | |
|---|---|
Chord |
getChord()
Get the Chord for the chord voicing. |
int[] |
getPitches()
Get the individual pitches for the pitched chord voicing. |
int |
getRoot()
Get the root pitch for the chord voicing |
java.lang.String |
getSlashString()
Get the string representation of the slash chord notation |
Chord.Voicing |
getVoicing()
Get the Voicing |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Chord.PitchedVoicing(Chord.Voicing voicing,
int root)
voicing - the Voicingroot - the root pitch
public Chord.PitchedVoicing(Chord.Voicing voicing,
int root,
int slashBass)
voicing - the Voicingroot - the root pitchslashBass - | Method Detail |
|---|
public Chord.Voicing getVoicing()
public int getRoot()
public Chord getChord()
public int[] getPitches()
public java.lang.String getSlashString()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||