Uses of Enum Class
org.jjazz.harmony.api.Note.Alteration
Package
Description
The models for chord leadsheet items.
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
-
Uses of Note.Alteration in org.jjazz.chordleadsheet.api.item
Modifier and TypeMethodDescriptionAltExtChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) ExtChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) Get a transposed ExtChordSymbol.NCExtChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) -
Uses of Note.Alteration in org.jjazz.harmony.api
Modifier and TypeMethodDescriptionfinal Note.Alteration
Note.getAlterationDisplay()
static Note.Alteration
Returns the enum constant of this class with the specified name.static Note.Alteration[]
Note.Alteration.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionChordSymbol.getTransposedChordSymbol
(int t, Note.Alteration alt) Get a transposed ChordSymbol.Chord.toRelativeNoteString
(Note.Alteration flatOrSharp) Note.toRelativeNoteString
(Note.Alteration alt) ModifierConstructorDescriptionNote
(int p, float bd, int v, Note.Alteration alt) Create a Note with a pitch, a duration in beat, a velocity and an alteration if any.Note
(Note n, Note.Alteration alt) A new note based on n but with the specified alteration.