Uses of Class
org.jjazz.rhythmmusicgeneration.api.SongSequenceBuilder.SongSequence
Packages that use SongSequenceBuilder.SongSequence
Package
Description
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of SongSequenceBuilder.SongSequence in org.jjazz.rhythmmusicgeneration.api
Methods in org.jjazz.rhythmmusicgeneration.api that return SongSequenceBuilder.SongSequenceModifier and TypeMethodDescriptionSongSequenceBuilder.buildAll
(boolean silent) Call buildMapRvPhrase() then buildSongSequence().SongSequenceBuilder.buildSongSequence
(Map<RhythmVoice, Phrase> rvPhrases) Build the SongSequence from the specified RhythmVoice phrases for the defined context.Methods in org.jjazz.rhythmmusicgeneration.api with parameters of type SongSequenceBuilder.SongSequenceModifier and TypeMethodDescriptionvoid
SongSequenceBuilder.makeSequenceExportable
(SongSequenceBuilder.SongSequence songSequence, boolean ignoreMidiMixMute) Update the Midi sequence so that it can be exported to external tools (sequencers, Midi editors, etc.).