Uses of Class
org.jjazz.rhythmmusicgeneration.api.ChordSequence
Packages that use 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
Subclasses of ChordSequence in org.jjazz.rhythmmusicgeneration.apiModifier and TypeClassDescriptionclassA ChordSequence which has only one TimeSignature.classA ChordSequence built for a song, or a part of a song.Methods in org.jjazz.rhythmmusicgeneration.api that return ChordSequenceModifier and TypeMethodDescriptionChordSequence.clone()ChordSequence.subSequence(IntRange subRange, boolean addInitChordSymbol) A new sub-sequence from this sequence.Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type ChordSequenceModifier and TypeMethodDescriptionintChordSequence.compareTo(ChordSequence cSeq) Comparison is only based on startBar.static voidSongChordSequence.fillChordSequence(ChordSequence cSeq, Song song, IntRange barRange) Fill a ChordSequence with the chord symbols of the specified song (or part of the song).Constructors in org.jjazz.rhythmmusicgeneration.api with parameters of type ChordSequenceModifierConstructorDescriptionSimpleChordSequence(ChordSequence cSeq, TimeSignature ts) Construct a SimpleChordSequence from a standard ChordSequence.