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 SimpleChordSequenceMethods in org.jjazz.rhythmmusicgeneration.api that return SimpleChordSequenceModifier and TypeMethodDescriptionSimpleChordSequence.clone()SimpleChordSequence.deepClone()SimpleChordSequence.getShifted(int barOffset) Get a copy of this SimpleChordSequence shifted by barOffset.static SimpleChordSequenceSimpleChordSequence.of(ChordLeadSheet cls, CLI_Section section) Create a SimpleChordSequence starting at beat 0 from a section of ChordLeadSheet.SimpleChordSequence.subSequence(IntRange subRange, boolean addInitChordSymbol) Overridden to return a SimpleChordSequence with the appropriate startBeatPosition.Methods in org.jjazz.rhythmmusicgeneration.api that return types with arguments of type SimpleChordSequenceModifier and TypeMethodDescriptionSongChordSequence.buildSimpleChordSequences(Predicate<SongPart> sptTester) Build a SimpleChordSequence for each sequence of contiguous SongParts which match the predicate.Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type SimpleChordSequenceModifier and TypeMethodDescriptionstatic PhraseDummyGenerator.getBasicBassPhrase(SimpleChordSequence cSeq, IntRange velocityRange, int channel) Get a basic bass phrase.static PhraseDummyGenerator.getBasicMelodicPhrase(SimpleChordSequence cSeq, int channel) Get a basic random phrase for a melodic instrument (use chord notes).Constructors in org.jjazz.rhythmmusicgeneration.api with parameters of type SimpleChordSequenceModifierConstructorDescriptionAccentProcessor(SimpleChordSequence cSeq, int nbCellsPerBeat, int tempo, float preCellBeatWindow) Construct an object to manipulate phrases corresponding to the specified parameters.AnticipatedChordProcessor(SimpleChordSequence cSeq, int nbCellsPerBeat, float preCellBeatWindow) Construct the processor of a chord sequence.GridChordContext(CLI_ChordSymbol cliCs, SimpleChordSequence cSeq, Grid grid)