Class TimePoint

java.lang.Object
com.softsynth.jmsl.score.transcribe.TimePoint

public class TimePoint
extends java.lang.Object
Stores the indexes of the MusicShape that fall closest to the timepoint.
  • Constructor Summary

    Constructors
    Constructor Description
    TimePoint​(double timePoint, double duration)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • TimePoint

      public TimePoint​(double timePoint, double duration)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object