| Package | Description |
|---|---|
| com.soundhelix.component.patternengine.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CrescendoPatternEngine
Implements pattern engine that generates a pattern by repeating a given pattern while changing the velocity of each pattern entry.
|
class |
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.
|
class |
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.
|
class |
StringPatternEngine
Implements a PatternEngine that reads the pattern directly from a string.
|