Uses of Class
org.jjazz.rhythmmusicgeneration.api.SimpleChordSequence
Packages that use 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
Fields in org.jjazz.rhythmmusicgeneration.api declared as SimpleChordSequenceModifier and TypeFieldDescriptionGridChordContext.chordSequenceSongChordSequence.SplitResult.simpleChordSequenceMethods in org.jjazz.rhythmmusicgeneration.api that return SimpleChordSequenceModifier and TypeMethodDescriptionSimpleChordSequence.subSequence(IntRange subRange, boolean addInitChordSymbol) Overridden to return a SimpleChordSequence.Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type SimpleChordSequenceModifier and TypeMethodDescriptionstatic PhraseDummyGenerator.getBasicBassPhrase(float startPosInBeats, SimpleChordSequence cSeq, int channel) Get a basic bass phrase.intSimpleChordSequence.getChordTypeSimilarityIndex(SimpleChordSequence cSeq) Compute an index which indicates how similar are the chord types of cSeq and this object.Constructors in org.jjazz.rhythmmusicgeneration.api with parameters of type SimpleChordSequenceModifierConstructorDescriptionAccentProcessor(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)