accidental | Accidental | note accidental (null if none) |
accidentalType | int | note accidental type |
dots | array[NoteDot] | list of note dots (some can be null, read only) |
dotsCount | int | number of note dots (read only) |
elements | array[Element] | list of elements attached to note head |
fret | int | fret number in tablature |
ghost | bool | ghost note (guitar: death note) |
headGroup | enum | (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) |
headType | enum | (NoteHead.HEAD_AUTO, .HEAD_BREVIS, .HEAD_HALF, .HEAD_QUARTER, .HEAD_WHOLE) |
hidden | bool | hidden, not played note (read only) |
line | int | notehead position (read only) |
mirror | bool | mirror note head on x axis (read only) |
pitch | int | midi pitch |
play | bool | play note |
ppitch | int | actual played midi pitch (honoring ottavas) (read only) |
small | bool | small note head |
string | int | string number in tablature |
subchannel | int | midi subchannel (for midi articulation) (read only) |
tieBack | Tie | note backward tie (null if none, read only) |
tieFor | Tie | note forward tie (null if none, read only) |
tpc | int | tonal pitch class, as per concert pitch setting |
tpc1 | int | tonal pitch class, non transposed |
tpc2 | int | tonal pitch class, transposed |
tuning | float | tuning offset in cent |
userDotPosition | enum | (Direction.AUTO, Direction.DOWN, Direction.UP) |
userMirror | enum | (DirectionH.AUTO, DirectionH.LEFT, DirectionH.RIGHT) |
veloOffset | int | |
veloType | enum | (Note.OFFSET_VAL, Note.USER_VAL) |