Uses of Class
org.jjazz.rhythmmusicgeneration.api.SongChordSequence.SplitResult
Packages that use 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
Methods in org.jjazz.rhythmmusicgeneration.api that return types with arguments of type SongChordSequence.SplitResultModifier 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.