Package jmsltestsuite.jsyn2
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
-
Field Summary
Fields inherited from class com.softsynth.jmsl.MusicJob
repeatCount
-
Constructor Summary
Constructors Constructor Description TestSamplePitchbend()
-
Method Summary
Modifier and Type Method Description void
buildInstrument()
static void
main(java.lang.String[] args)
double
repeat(double playTime)
This will be called N times based on the setRepeat(N) Override this for custom operation.double
stop(double playTime)
Cleanup method called once when run() begins.void
turnVoicesOn()
Methods inherited from class com.softsynth.jmsl.MusicJob
add, addPlayLurker, addRepeatPlayable, addStartPlayable, addStopPlayable, advanceCurrentTime, contains, elements, finish, finishAll, getChild, getChildren, getCurrentTime, getDataTranslator, getDuration, getInstrument, getName, getParent, getPlayLurkers, getRepeatCount, getRepeatPause, getRepeatPlayables, getRepeats, getStartDelay, getStartPause, getStartPlayables, getStartTime, getStopDelay, getStopPlayables, getTimeStretch, getTransposition, halt, indexOf, insert, internalRepeat, isRunning, launch, launch, play, play, print, printHierarchy, printHierarchy, remove, remove, removeAll, removeAllPlayLurkers, removeAllRepeatPlayables, removeAllStartPlayables, removeAllStopPlayables, removePlayLurker, removeRepeatPlayable, removeStartPlayable, removeStopPlayable, run, setCurrentTime, setDataTranslator, setDuration, setInstrument, setName, setParent, setRepeatPause, setRepeats, setStartDelay, setStartPause, setStartTime, setStopDelay, setTimeStretch, setTransposition, size, start, timeStretch, transposition, waitForDone
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 interfaceComposable
- Overrides:
repeat
in classMusicJob
- 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 interfaceComposable
- Overrides:
stop
in classMusicJob
- Returns:
- endTime
-
buildInstrument
public void buildInstrument() -
main
public static void main(java.lang.String[] args)
-