Uses of Enum Class
org.jjazz.harmony.api.Note.Accidental
Packages that use Note.Accidental
Package
Description
The models for chord leadsheet items.
Models for harmony objects: note, scale, degree, chord symbol, time signature, etc.
The model of a music phrase for a single instrument, e.g. a bass phrase or a drums phrase.
-
Uses of Note.Accidental in org.jjazz.chordleadsheet.api.item
Methods in org.jjazz.chordleadsheet.api.item with parameters of type Note.AccidentalModifier and TypeMethodDescriptionAltExtChordSymbol.getTransposedChordSymbol(int t, Note.Accidental alt) ExtChordSymbol.getTransposedChordSymbol(int t, Note.Accidental alt) Get a transposed ExtChordSymbol.NCExtChordSymbol.getTransposedChordSymbol(int t, Note.Accidental alt) -
Uses of Note.Accidental in org.jjazz.harmony.api
Subclasses with type arguments of type Note.Accidental in org.jjazz.harmony.apiMethods in org.jjazz.harmony.api that return Note.AccidentalModifier and TypeMethodDescriptionfinal Note.AccidentalNote.getAccidental()ChordSymbol.getDefaultAccidental()Return the most probable accidental to use when representing black key notes based on this chord symbol.static Note.AccidentalReturns the enum constant of this class with the specified name.static Note.Accidental[]Note.Accidental.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.AccidentalModifier and TypeMethodDescriptionChordSymbol.getTransposedChordSymbol(int t, Note.Accidental alt) Get a transposed ChordSymbol.Chord.toRelativeNoteString(Note.Accidental acc) A string like "[D,F#,A,E]".Note.toRelativeNoteString(Note.Accidental acc) Constructors in org.jjazz.harmony.api with parameters of type Note.AccidentalModifierConstructorDescriptionNote(int p, float bd, int v, Note.Accidental alt) Create a Note with a pitch, a duration in beat, a velocity and an accidental if any.Note(int p, SymbolicDuration sd, int v, Note.Accidental alt) Create a Note with a pitch, a symbolic duration, a velocity and an accidental if any.Note(Note n, Note.Accidental alt) A new note based on n but with the specified accidental. -
Uses of Note.Accidental in org.jjazz.phrase.api
Methods in org.jjazz.phrase.api with parameters of type Note.AccidentalModifier and TypeMethodDescriptionNoteEvent.setAccidental(Note.Accidental newAccidental, boolean copyProperties) Get a copy with the alteration parameter modified.NoteEvent.setAll(int pitch, float duration, int velocity, float posInBeats, Note.Accidental acc, boolean copyProperties) Create a new and possibly modified NoteEvent from this instance.Constructors in org.jjazz.phrase.api with parameters of type Note.AccidentalModifierConstructorDescriptionNoteEvent(int pitch, float duration, int velocity, float posInBeats, Note.Accidental acc) Create a new NoteEvent.