Class TestSamplePitchbend

java.lang.Object
com.softsynth.jmsl.MusicJob
jmsltestsuite.jsyn2.TestSamplePitchbend
All Implemented Interfaces:
Composable, Playable, java.lang.Runnable

public class TestSamplePitchbend
extends MusicJob
  • Constructor Details

    • TestSamplePitchbend

      public TestSamplePitchbend()
  • Method Details

    • turnVoicesOn

      public void turnVoicesOn()
    • 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
    • stop

      public double stop​(double playTime)
      Description copied from class: MusicJob
      Cleanup method called once when run() begins. Override this for custom setup.
      Specified by:
      stop in interface Composable
      Overrides:
      stop in class MusicJob
      Returns:
      endTime
    • buildInstrument

      public void buildInstrument()
    • main

      public static void main​(java.lang.String[] args)