Class TimeSigTickHolder

java.lang.Object
com.softsynth.jmsl.score.midi.TimeSigTickHolder

public class TimeSigTickHolder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TimeSigTickHolder​(TimeSignature ts, long tick)  
  • Method Summary

    Modifier and Type Method Description
    long getTick()  
    TimeSignature getTimeSignature()  

    Methods inherited from class java.lang.Object

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

    • TimeSigTickHolder

      public TimeSigTickHolder​(TimeSignature ts, long tick)
  • Method Details

    • getTimeSignature

      public TimeSignature getTimeSignature()
      Returns:
      Returns the tempo.
    • getTick

      public long getTick()
      Returns:
      Returns the tick.