Uses of Interface
com.softsynth.jmsl.Behavior
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score |
-
Uses of Behavior in com.softsynth.jmsl
Classes in com.softsynth.jmsl that implement Behavior Modifier and Type Class Description class
UniformRandomBehavior
UniformRandomBehavior.java Choose a child to launch with a uniformly distributed random selection.Methods in com.softsynth.jmsl that return Behavior Modifier and Type Method Description Behavior
SequentialCollection. getBehavior()
Retrieve the class that chooses a child to launch.Methods in com.softsynth.jmsl with parameters of type Behavior Modifier and Type Method Description void
SequentialCollection. setBehavior(Behavior b)
Plug in a class satisfying the Behavior interface, which chooses which child to launch every repeat. -
Uses of Behavior in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement Behavior Modifier and Type Class Description class
ScoreCollectionBehavior
Implements behavior of common music rules such as repeats and repeat counts of measures.