Uses of Class
org.jjazz.phrase.api.SourcePhrase
Package
Description
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
Objects and helper methods to generate musical phrases from the song and form the final backing track (see SongSequenceBuilder).
-
Uses of SourcePhrase in org.jjazz.phrase.api
Modifier and TypeMethodDescriptionSourcePhrase.clone()
SourcePhraseSet.getPhrase
(int channel) Get a the SourcePhrase for specified channel.Overridden to return a SourcePhrase.SourcePhraseSet.removeSourcePhrase
(int channel) Remove a SourcePhrase.Modifier and TypeMethodDescriptionvoid
SourcePhraseSet.setPhrase
(int channel, SourcePhrase sp) Associate a SourcePhrase for a specific channel. -
Uses of SourcePhrase in org.jjazz.rhythmmusicgeneration.api
Modifier and TypeMethodDescriptionstatic Phrase
Utilities.fitBassPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a bass melody-oriented source phrase to a destination chord symbol.static Phrase
Utilities.fitChordPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest) Adapt the notes from a chord-oriented source phrase to a destination chord symbol.static Phrase
Utilities.fitMelodyPhrase2ChordSymbol
(SourcePhrase pSrc, ExtChordSymbol ecsDest, boolean chordMode) Adapt the notes from a melody-oriented source phrase to a destination chord symbol.