Class | Description |
---|---|
AbstractPatternEngine |
Implements abstract PatternEngine functionality.
|
CrescendoPatternEngine |
Implements pattern engine that generates a pattern by repeating a given pattern while changing the velocity of each pattern entry.
|
RandomFragmentPatternEngine |
Implements a generic sequence engine that generates a random pattern, with random pitches, random note and pause lengths, random legato and random
velocity, as well as the ability to repeat subpatterns.
|
RandomPatternEngine |
Implements a generic sequence engine that generates a random pattern, with random pitches, random note and pause lengths, random legato and random
velocity, as well as the ability to repeat subpatterns.
|
StringPatternEngine |
Implements a PatternEngine that reads the pattern directly from a string.
|