jmsltutorial
Class AudioClipJob

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

public class AudioClipJob
extends MusicJob


Field Summary
 
Fields inherited from class com.softsynth.jmsl.MusicJob
repeatCount
 
Method Summary
 double repeat(double playTime)
          Override MusicJob's repeat() to do what you want
 
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, getRepeats, getStartDelay, getStartPause, getStartTime, getStopDelay, getTimeStretch, getTransposition, halt, indexOf, insert, internalRepeat, isRunning, launch, launch, main, 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, stop, timeStretch, transposition, waitForDone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

repeat

public double repeat(double playTime)
              throws java.lang.InterruptedException
Override MusicJob's repeat() to do what you want

Specified by:
repeat in interface Composable
Overrides:
repeat in class MusicJob
Returns:
stopTime
Throws:
java.lang.InterruptedException - thrown if Thread.interrupt() called.