Class PlayTimeStretchHolder

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

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

    Constructors
    Constructor Description
    PlayTimeStretchHolder​(double playTime, double timeStretch)  
  • Method Summary

    Modifier and Type Method Description
    double getPlayTime()  
    double getTimeStretch()  

    Methods inherited from class java.lang.Object

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

    • PlayTimeStretchHolder

      public PlayTimeStretchHolder​(double playTime, double timeStretch)
  • Method Details

    • getPlayTime

      public double getPlayTime()
      Returns:
      Returns the playTime.
    • getTimeStretch

      public double getTimeStretch()
      Returns:
      Returns the timeStretch.