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

    Modifier and Type Method Description
    Tempo getTempo()  
    long getTick()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TempoTickHolder

      public TempoTickHolder​(Tempo tempo, long tick)
  • Method Details

    • getTempo

      public Tempo getTempo()
      Returns:
      Returns the tempo.
    • getTick

      public long getTick()
      Returns:
      Returns the tick.