The following methods are related to creating, adding, deleting Note tracks. See MAXNoteKeyArray Values and MAXNoteKey Values for information on accessing the contents of Note tracks.
Creates a new, empty note track with the specified name. The name is only used to differentiate different note tracks in MAXScript but is not visible in 3ds Max.
Contains an array of note keys.
Get/set the name of the note track.
Returns the time of indexed note key.
Returns the index of the note key at the specified time.
Adds a new note track to the MAXWrapper object.
Deletes specified note track from the MAXWrapper object.
Returns true if the MAXWrapper object has note tracks, false otherwise.
Returns the number of note tracks applied to the MAXWrapper object as an integer.
Returns the indexed note track applied to the MAXWrapper object. Index is 1-based.