Package | Description |
---|---|
com.soundhelix.component.sequenceengine | |
com.soundhelix.component.sequenceengine.impl | |
com.soundhelix.misc |
Modifier and Type | Method and Description |
---|---|
Track |
SequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors)
Renders one or more sequences (i.e., voices) as a track.
|
Modifier and Type | Method and Description |
---|---|
Track |
PadSequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Track |
MelodySequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Track |
DrumSequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Track |
ArpeggioSequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Track |
AbstractMultiPatternSequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Track |
AbstractFreeMultiPatternSequenceEngine.render(SongContext songContext,
ActivityVector[] activityVectors) |
Modifier and Type | Method and Description |
---|---|
Track |
Arrangement.ArrangementEntry.getTrack() |
Modifier and Type | Method and Description |
---|---|
void |
Arrangement.add(Track track,
String instrument)
Adds the given track and assigns the given instrument to the track.
|