Package com.softsynth.jmsl.score.midi
Class TempoTickHolder
java.lang.Object
com.softsynth.jmsl.score.midi.TempoTickHolder
public class TempoTickHolder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TempoTickHolder(Tempo tempo, long tick)
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TempoTickHolder
-
-
Method Details
-
getTempo
- Returns:
- Returns the tempo.
-
getTick
public long getTick()- Returns:
- Returns the tick.
-