Uses of Class
org.jjazz.rhythmmusicgeneration.api.SimpleChordSequence
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of SimpleChordSequence in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeFieldDescriptionGridChordContext.chordSequence
SongChordSequence.SplitResult.simpleChordSequence
Modifier and TypeMethodDescriptionSimpleChordSequence.subSequence
(IntRange subRange, boolean addInitChordSymbol) Overridden to return a SimpleChordSequence.Modifier and TypeMethodDescriptionstatic Phrase
DummyGenerator.getBasicBassPhrase
(float startPosInBeats, SimpleChordSequence cSeq, int channel) Get a basic bass phrase.int
SimpleChordSequence.getChordTypeSimilarityIndex
(SimpleChordSequence cSeq) Compute an index which indicates how similar are the chord types of cSeq and this object.ModifierConstructorDescriptionAccentProcessor
(SimpleChordSequence cSeq, float cSeqStartPosInBeats, int nbCellsPerBeat, int tempo) Construct an object to manipulate phrases corresponding to the specified parameters.AnticipatedChordProcessor
(SimpleChordSequence cSeq, float cSeqStartPosInBeats, int nbCellsPerBeat) Construct an object to anticipated phrases corresponding to the specified parameters.GridChordContext
(CLI_ChordSymbol cliCs, SimpleChordSequence cSeq, float cSeqStartPosInBeats, Grid grid) SplitResult
(SimpleChordSequence simpleChordSequence, T rpValue)