|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.adaptors.guitarPro.FretState
This is a workaround for the tie note frets, When a tie note appears in a tab, it is marked as fret 0. Which of course makes things sound really awful until we do tie notes properly. The workaround is to maintain a copy of the fret state for each track.
Field Summary | |
(package private) int[] |
fretStates
|
Constructor Summary | |
FretState()
|
Method Summary | |
int |
getFretState(int string)
|
void |
setFretState(int string,
int fret)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int[] fretStates
Constructor Detail |
public FretState()
Method Detail |
public void setFretState(int string, int fret)
public int getFretState(int string)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |