Uses of Enum Class
org.jjazz.phrase.api.SourcePhrase.ChordMode
Packages that use 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
Subclasses with type arguments of type SourcePhrase.ChordMode in org.jjazz.phrase.apiMethods in org.jjazz.phrase.api that return SourcePhrase.ChordModeModifier and TypeMethodDescriptionstatic SourcePhrase.ChordModeReturns 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.Methods in org.jjazz.phrase.api with parameters of type SourcePhrase.ChordModeModifier 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.