Skip to main content

alphaTab.importer.alphaTex.AlphaTexNoteNode

Description

A node describing a single note.

 interface AlphaTexNoteNode extends AlphaTexAstNode

Properties

end

The end (inclusive) of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode)

leadingComments

The comments preceeding this node. (Inherited from IAlphaTexAstNode)

nodeType
noteEffects

The effect list for this note. Semantically this list might also contain

noteString

The string value for fretted/stringed notes like guitars.

noteStringDot

The dot separating the note value and the string for fretted/stringed instruments like guitars.

noteValue

The value of the note. Depending on whether it is a fretted, pitched or percussion

start

The start of this node when parsed from an input source file. (Inherited from IAlphaTexAstNode)

trailingComments

The comments after this node (if starting on the same line). (Inherited from IAlphaTexAstNode)