Note

inherits Element
Graphic representation of a note.

Properties

accidentalAccidental note accidental (null if none)
accidentalTypeint note accidental type
dotsarray[NoteDot] list of note dots (some can be null, read only)
dotsCountint number of note dots (read only)
elementsarray[Element] list of elements attached to notehead
fretint fret number in tablature
ghostbool ghost note (guitar: death note)
headGroupenum (NoteHead.HEAD_NORMAL, .HEAD_BREVIS_ALT, .HEAD_CROSS, .HEAD_DIAMOND, .HEAD_DO, .HEAD_FA, .HEAD_LA, .HEAD_MI, .HEAD_RE, .HEAD_SLASH, .HEAD_SOL, .HEAD_TI, .HEAD_XCIRCLE, .HEAD_TRIANGLE)
headTypeenum (NoteHead.HEAD_AUTO, .HEAD_BREVIS, .HEAD_HALF, .HEAD_QUARTER, .HEAD_WHOLE)
hiddenbool hidden, not played note (read only)
lineint notehead position (read only)
mirrorbool mirror notehead on x axis (read only)
pitchint midi pitch
playbool play note
ppitchint actual played midi pitch (honoring ottavas) (read only)
smallbool small notehead
stringint string number in tablature
subchannelint midi subchannel (for midi articulation) (read only)
tieBackTie note backward tie (null if none, read only)
tieForTie note forward tie (null if none, read only)
tpcint tonal pitch class, as per concert pitch setting
tpc1int tonal pitch class, non transposed
tpc2int tonal pitch class, transposed
tuningfloat tuning offset in cent
userDotPositionenum (Direction.AUTO, Direction.DOWN, Direction.UP)
userMirrorenum (DirectionH.AUTO, DirectionH.LEFT, DirectionH.RIGHT)
veloOffsetint
veloTypeenum (Note.OFFSET_VAL, Note.USER_VAL)