Class ClockTicker

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

public class ClockTicker
extends MusicJob
MusicJob which acts like a simple hh:mm:ss timer
Author:
Nick Didkovsky
  • Constructor Details

    • ClockTicker

      public ClockTicker​(double totalDuration, PVLabel label)
  • Method Details

    • setCountDown

      public void setCountDown​(boolean f)
    • repeat

      public double repeat​(double playTime)
      Description copied from class: MusicJob
      This will be called N times based on the setRepeat(N) Override this for custom operation. Called immediately after internalRepeat() called.
      Specified by:
      repeat in interface Composable
      Overrides:
      repeat in class MusicJob
      Returns:
      stopTime