Package jmsltutorial

Class PrintingJob

java.lang.Object
com.softsynth.jmsl.MusicJob
jmsltutorial.PrintingJob
All Implemented Interfaces:
Composable, Playable, java.lang.Runnable

public class PrintingJob
extends MusicJob
  • Method Details

    • repeat

      public double repeat​(double playTime)
      Override MusicJob's repeat() to do what you want
      Specified by:
      repeat in interface Composable
      Overrides:
      repeat in class MusicJob
      Returns:
      stopTime
    • main

      public static void main​(java.lang.String[] args)
      Testing method when run as a stand-alone application