Uses of Class
com.softsynth.jmsl.MusicJob
-
Uses of MusicJob in com.softsynth.jmsl
Subclasses of MusicJob in com.softsynth.jmsl Modifier and Type Class Description class
MusicList
MusicList
A MusicList's children are InstrumentPlayable's.class
MusicShape
MusicShape - a MusicJob with an abstract array of data elements.class
ParallelCollection
Parallel Collection for JMSL Collections can contain other Composable objects which allows a hierarchy to be created.class
Player
A Player has a sequence of MusicShapes and one Instrument to interpret MusicShape data.class
QueueCollection
A QueueCollection launches each of its Composable children in sequence.class
SequentialCollection
A sequential collection launches each of its Composable children in sequence.Methods in com.softsynth.jmsl with parameters of type MusicJob Modifier and Type Method Description void
PlayLurker. notifyPlayLurker(double playTime, MusicJob list, int index)
double[]
DataTranslator. translate(MusicJob job, double[] data)
-
Uses of MusicJob in com.softsynth.jmsl.midi
Subclasses of MusicJob in com.softsynth.jmsl.midi Modifier and Type Class Description class
MidiNoteRecorder
MusicShape that logs Midi noteon's to a 3 dimensional MusicShape (timestamp, note, vel)
NoteOff's are logged at noteOn's with vel 0 See MidiParser -
Uses of MusicJob in com.softsynth.jmsl.score
Subclasses of MusicJob in com.softsynth.jmsl.score Modifier and Type Class Description class
Measure
Measure
A ParallelCollection of Staff
JMSL Notation Projectclass
MeasureMetronome
class
ScoreCollection
ScoreCollection contains the playable structure of a Score.class
Staff
Staff
A Staff is a ParallelCollection of up to any number of Tracks, which get drawn on the same staff, played by the same instrument.class
Track
Track
A Track is a MusicList of Note objects
JMSL Notation ProjectMethods in com.softsynth.jmsl.score with parameters of type MusicJob Modifier and Type Method Description void
NoteFlasher. notifyPlayLurker(double playTime, MusicJob track, int index)
-
Uses of MusicJob in com.softsynth.jmsl.score.midi
Methods in com.softsynth.jmsl.score.midi with parameters of type MusicJob Modifier and Type Method Description void
MidiMeasureLurker. notifyPlayLurker(double playTime, MusicJob list, int index)
void
MidiNoteLurker. notifyPlayLurker(double playTime, MusicJob track, int index)
void
PlaytimeStretchNoteLurker. notifyPlayLurker(double playTime, MusicJob list, int index)
-
Uses of MusicJob in com.softsynth.jmsl.score.util
Methods in com.softsynth.jmsl.score.util with parameters of type MusicJob Modifier and Type Method Description void
QuietPlayLurkingInstrument. notifyPlayLurker(double playTime, MusicJob list, int index)
Override to do something useful, and put it in your jmsl_plugins folder or use directly in your own code. -
Uses of MusicJob in com.softsynth.jmsl.util
Methods in com.softsynth.jmsl.util with parameters of type MusicJob Modifier and Type Method Description double[]
DataTranslatorVector. translate(MusicJob job, double[] data)
Enumerate through DataTranslators, calling translate() on each, feeding output of one in as input to the nextdouble[]
FrequencyToPitchTranslator. translate(MusicJob job, double[] data)
-
Uses of MusicJob in com.softsynth.jmsl.view
Subclasses of MusicJob in com.softsynth.jmsl.view Modifier and Type Class Description class
ClockTicker
MusicJob which acts like a simple hh:mm:ss timerMethods in com.softsynth.jmsl.view with parameters of type MusicJob Modifier and Type Method Description void
MusicShapeEditor. notifyPlayLurker(double playTime, MusicJob list, int index)
-
Uses of MusicJob in jmslexamples
Subclasses of MusicJob in jmslexamples Modifier and Type Class Description class
TextJob
TextJob.java A MusicJob subclass that has a drawing canvas on which it can draw messages. -
Uses of MusicJob in jmslexamples.jsyn.ancient
Subclasses of MusicJob in jmslexamples.jsyn.ancient Modifier and Type Class Description class
FMNoodler
FMNoodler noodles around with the frequency and modulation parameters of an FM pair.class
SeqGenDemo.SeqJob
-
Uses of MusicJob in jmsltestsuite
Subclasses of MusicJob in jmsltestsuite Modifier and Type Class Description class
DimensionNameSpaceEditorTest
Methods in jmsltestsuite with parameters of type MusicJob Modifier and Type Method Description void
LurkerTest. notifyPlayLurker(double playTime, MusicJob list, int index)
-
Uses of MusicJob in jmsltestsuite.jsyn2
Subclasses of MusicJob in jmsltestsuite.jsyn2 Modifier and Type Class Description class
TestSamplePitchbend
-
Uses of MusicJob in jmsltutorial
Subclasses of MusicJob in jmsltutorial Modifier and Type Class Description class
HardCodedMusicJob
class
MusicJobStartRepeatStopDemo
class
PrintingJob
class
SabbathBrideMusicShape
Microtonally reasonably close transcription of Jody Diamond singing "Sabbath Bride"