Package jmsltestsuite
Class DimensionNameSpaceEditorTest
java.lang.Object
com.softsynth.jmsl.MusicJob
jmsltestsuite.DimensionNameSpaceEditorTest
- All Implemented Interfaces:
Composable,DimensionNameSpaceEditable,Playable,java.lang.Runnable
public class DimensionNameSpaceEditorTest extends MusicJob implements DimensionNameSpaceEditable
- Author:
- Nick Didkovsky
-
Field Summary
Fields inherited from class com.softsynth.jmsl.MusicJob
repeatCount -
Constructor Summary
Constructors Constructor Description DimensionNameSpaceEditorTest(java.lang.String synthNoteClassName) -
Method Summary
Modifier and Type Method Description DimensionNameSpacegetDimensionNameSpace()double[]getDoubleArray()static voidmain(java.lang.String[] args)doublerepeat(double playTime)This will be called N times based on the setRepeat(N) Override this for custom operation.voidsetDimensionNameSpace(DimensionNameSpace d)voidsetDoubleArray(double[] dar)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, stop, timeStretch, transposition, waitForDoneMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DimensionNameSpaceEditorTest
public DimensionNameSpaceEditorTest(java.lang.String synthNoteClassName)
-
-
Method Details
-
repeat
public double repeat(double playTime)Description copied from class:MusicJobThis will be called N times based on the setRepeat(N) Override this for custom operation. Called immediately after internalRepeat() called.- Specified by:
repeatin interfaceComposable- Overrides:
repeatin classMusicJob- Returns:
- stopTime
-
setDimensionNameSpace
- Specified by:
setDimensionNameSpacein interfaceDimensionNameSpaceEditable
-
getDimensionNameSpace
- Specified by:
getDimensionNameSpacein interfaceDimensionNameSpaceEditable
-
getDoubleArray
public double[] getDoubleArray()- Specified by:
getDoubleArrayin interfaceDimensionNameSpaceEditable
-
setDoubleArray
public void setDoubleArray(double[] dar)- Specified by:
setDoubleArrayin interfaceDimensionNameSpaceEditable
-
main
public static void main(java.lang.String[] args)
-