|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.midix.control.neck.ChordShape
public class ChordShape
| Nested Class Summary | |
|---|---|
class |
ChordShape.Fretting
A fretting specification for a TunedString If finger < 0 fret position is relative to the nut, fret is normally 0 to represent an open string, but may be (possibly unplayably) elsewhere. |
| Constructor Summary | |
|---|---|
ChordShape()
|
|
| Method Summary | |
|---|---|
ChordShape |
add(int fret,
int finger)
|
ChordShape |
addMute()
|
int |
bias()
The bias of a ChordShape is defined as the sum of the fret offsets from the root note for every string. |
ChordShape.Fretting |
getFretting(int string)
|
boolean |
isValidAt(int fret)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChordShape()
| Method Detail |
|---|
public ChordShape.Fretting getFretting(int string)
public int bias()
public ChordShape add(int fret,
int finger)
public ChordShape addMute()
public boolean isValidAt(int fret)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||