Uses of Class
org.jjazz.rhythmmusicgeneration.api.SongChordSequence.SplitResult
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of SongChordSequence.SplitResult in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeMethodDescription<T> List<SongChordSequence.SplitResult<T>>
SongChordSequence.split
(Rhythm r, RhythmParameter<T> rp) Split this SongChordSequence in different SimpleChordSequences for each song contiguous Rhythm's SongParts which have the same specified RhythmParameter value.