Uses of Class
org.jjazz.rhythmmusicgeneration.api.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
Modifier 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.Modifier 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.).