Uses of Enum Class
org.jjazz.phrase.api.SourcePhrase.ChordMode
Package
Description
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
-
Uses of SourcePhrase.ChordMode in org.jjazz.phrase.api
Modifier and TypeMethodDescriptionstatic SourcePhrase.ChordMode
Returns the enum constant of this class with the specified name.static SourcePhrase.ChordMode[]
SourcePhrase.ChordMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSourcePhrase.getDestDegrees
(ExtChordSymbol ecsDest, SourcePhrase.ChordMode chordMode) Map each degree of this source phrase (as returned by getUsedDegrees()) to a degree of the specified destination chord symbol.