public interface SequenceEngine extends Component
Modifier and Type | Method and Description |
---|---|
int |
getActivityVectorCount()
Returns the required number of ActivityVectors.
|
Track |
render(SongContext songContext,
ActivityVector[] activityVectors)
Renders one or more sequences (i.e., voices) as a track.
|
configure
getRandomSeed, setRandomSeed
Track render(SongContext songContext, ActivityVector[] activityVectors)
songContext
- the song contextactivityVectors
- the activity vectorsint getActivityVectorCount()