|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.adaptors.guitarPro.TripletValue
The number and size of triplets. We define a triplet as 'notes' notes in the 'timeOf' time, so for instance, a 13:8 is 13 notes played in the time of eight.
Field Summary | |
(package private) int |
notes
|
(package private) int |
timeOf
|
Constructor Summary | |
TripletValue(int notes,
int timeOf)
|
Method Summary | |
int |
getNotes()
|
int |
getTimeOf()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int notes
int timeOf
Constructor Detail |
public TripletValue(int notes, int timeOf)
notes
- timeOf
- Method Detail |
public int getNotes()
public int getTimeOf()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |