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.pianoroll.api
Methods in org.jjazz.pianoroll.api that return ChordSequenceModifier and TypeMethodDescriptionPianoRollEditor.getChordSequence()The chord sequence associated to the edited phrase. -
Uses of ChordSequence in org.jjazz.rhythmmusicgeneration.api
Subclasses of ChordSequence in org.jjazz.rhythmmusicgeneration.apiModifier and TypeClassDescriptionclassA ChordSequence which has only one TimeSignature and a start position in beats.classA ChordSequence built for a song, or a part of a song.Classes in org.jjazz.rhythmmusicgeneration.api that implement interfaces with type arguments of type ChordSequenceModifier and TypeClassDescriptionclassA convenience class to analyze and manipulate a suite of chord symbols extracted from a ChordLeadSheet, possibly with different TimeSignatures.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, float startBeatPosition, TimeSignature ts) Construct a SimpleChordSequence from a standard ChordSequence.