Uses of Class
com.softsynth.jmsl.ParallelCollection

Packages that use ParallelCollection
com.softsynth.jmsl   
com.softsynth.jmsl.score   
com.softsynth.jmsl.util   
jmslexamples.jsyn   
 

Uses of ParallelCollection in com.softsynth.jmsl
 

Subclasses of ParallelCollection in com.softsynth.jmsl
 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
 class Measure
          Measure
A ParallelCollection of Staff
JMSL Notation Project
 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.
 

Uses of ParallelCollection in com.softsynth.jmsl.util
 

Methods in com.softsynth.jmsl.util that return ParallelCollection
 ParallelCollection MIDIFileToMusicShape.getParallelCollection()
           
 

Uses of ParallelCollection in jmslexamples.jsyn
 

Fields in jmslexamples.jsyn declared as ParallelCollection
 ParallelCollection PlayModShape.col