Uses of Class
org.jjazz.rhythmmusicgeneration.api.ChordSequence
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of ChordSequence in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeClassDescriptionclass
A ChordSequence which has only one TimeSignature.class
A ChordSequence built for a song, or a part of a song.Modifier and TypeMethodDescriptionChordSequence.clone()
ChordSequence.subSequence
(IntRange subRange, boolean addInitChordSymbol) A new sub-sequence from this sequence.Modifier and TypeMethodDescriptionint
ChordSequence.compareTo
(ChordSequence cSeq) Comparison is only based on startBar.static void
SongChordSequence.fillChordSequence
(ChordSequence cSeq, Song song, IntRange barRange) Fill a ChordSequence with the chord symbols of the specified song (or part of the song).ModifierConstructorDescriptionSimpleChordSequence
(ChordSequence cSeq, TimeSignature ts) Construct a SimpleChordSequence from a standard ChordSequence.