Skip to content

getNote()

Return the note at a given position, without changing the phrase.

Parameters

Once an object phrase has been created, you can use the following function:

phrase.getNote(index)
Parameter Type Default Description
index int required The note's position, where 0 is the first note.

Returns

return note

Value Type Description
note Note The note at that position.