dguitar.adaptors.guitarPro
Class TripletValue

java.lang.Object
  extended bydguitar.adaptors.guitarPro.TripletValue

public class TripletValue
extends java.lang.Object

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.

Author:
Chris

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

notes

int notes

timeOf

int timeOf
Constructor Detail

TripletValue

public TripletValue(int notes,
                    int timeOf)
Parameters:
notes -
timeOf -
Method Detail

getNotes

public int getNotes()
Returns:
Returns the notes.

getTimeOf

public int getTimeOf()
Returns:
Returns the timeOf.