Uses of Class
com.softsynth.jmsl.ParallelCollection
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.util | |
jmslexamples.jsyn.ancient | |
jmsltestsuite |
-
Uses of ParallelCollection in com.softsynth.jmsl
Subclasses of ParallelCollection in com.softsynth.jmsl Modifier and Type Class Description 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. -
Uses of ParallelCollection in com.softsynth.jmsl.score
Subclasses of ParallelCollection in com.softsynth.jmsl.score Modifier and Type Class Description class
Measure
Measure
A ParallelCollection of Staff
JMSL Notation Projectclass
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. -
Uses of ParallelCollection in com.softsynth.jmsl.util
Methods in com.softsynth.jmsl.util that return ParallelCollection Modifier and Type Method Description ParallelCollection
MIDIFileToMusicShape. getParallelCollection()
-
Uses of ParallelCollection in jmslexamples.jsyn.ancient
Fields in jmslexamples.jsyn.ancient declared as ParallelCollection Modifier and Type Field Description ParallelCollection
PlayModShape. col
-
Uses of ParallelCollection in jmsltestsuite
Methods in jmsltestsuite that return ParallelCollection Modifier and Type Method Description static ParallelCollection
TranscribeScore26. generateMoreBuggy()
this bug came up during the Zero Waste distributable project Oct 2018