Uses of Enum Class
org.jjazz.harmony.api.Note.Alteration
Packages that use 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
Methods in org.jjazz.chordleadsheet.api.item with parameters of type Note.AlterationModifier 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
Methods in org.jjazz.harmony.api that return Note.AlterationModifier and TypeMethodDescriptionfinal Note.AlterationNote.getAlterationDisplay()static Note.AlterationReturns 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.Methods in org.jjazz.harmony.api with parameters of type Note.AlterationModifier and TypeMethodDescriptionChordSymbol.getTransposedChordSymbol(int t, Note.Alteration alt) Get a transposed ChordSymbol.Chord.toRelativeNoteString(Note.Alteration flatOrSharp) Note.toRelativeNoteString(Note.Alteration alt) Constructors in org.jjazz.harmony.api with parameters of type Note.AlterationModifierConstructorDescriptionNote(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.