Skip to content

removeNote()

Remove the note at a given position from the phrase.

Parameters

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

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

Returns

return removedNote

Value Type Description
removedNote Note The note that was removed.