Class DefNoteTrack

3DS Max Plug-In SDK

Class DefNoteTrack

See Also: Class NoteKeyTab, Class Animatable.

class DefNoteTrack : public NoteTrack

Description:

This class is available in release 3.0 and later only.

This class is 3ds max's implementation of Note Tracks. It provides implementation for the Animatable methods that let the keys work in Track View. Developers use this class to access the table of keys associated with a track. Methods of class Animatable are available to get access to this class.

Function:

NoteTrack *NewDefaultNoteTrack();

Remarks:

This global function is not part of this class but is available for use. It creates and returns a pointer to a new Note Track.

Data Members:

public:

NoteKeyTab keys;

The table of note keys for the track.

Methods:

The methods of this class are all implemented and used internally.