Skip to content

removeNote()

Remove the note at a given position from the phrase.

phrase.removeNote(index)

Parameters

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.