Class MidiStopNotifier

java.lang.Object
com.softsynth.jmsl.score.midi.MidiStopNotifier
All Implemented Interfaces:
Playable

public class MidiStopNotifier
extends java.lang.Object
implements Playable
  • Constructor Summary

    Constructors
    Constructor Description
    MidiStopNotifier​(WriteScoreMidiFile listener)  
  • Method Summary

    Modifier and Type Method Description
    double play​(double time, Composable parent)
    Executing musical function.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • play

      public double play​(double time, Composable parent)
      Description copied from interface: Playable
      Executing musical function. Return time when done.
      Specified by:
      play in interface Playable
      Returns:
      stopTime