3ds Max C++ API Reference
notetrck.h File Reference
#include "maxheap.h"
#include "ref.h"
#include "plugapi.h"
#include "AnimPropertyID.h"
#include "TrackClipObject.h"

Classes

class  NoteTrack
 
class  NoteAnimProperty
 
class  NoteKey
 
class  NoteKeyTab
 
class  NoteKeyClipObject
 
class  DefNoteTrack
 

Macros

#define NOTEKEY_SELECTED   (1<<0)
 
#define NOTEKEY_LOCKED   (1<<1)
 
#define NOTEKEY_FLAGGED   (1<<2)
 

Functions

CoreExport NoteTrackNewDefaultNoteTrack ()
 

Macro Definition Documentation

◆ NOTEKEY_SELECTED

#define NOTEKEY_SELECTED   (1<<0)

◆ NOTEKEY_LOCKED

#define NOTEKEY_LOCKED   (1<<1)

◆ NOTEKEY_FLAGGED

#define NOTEKEY_FLAGGED   (1<<2)

Function Documentation

◆ NewDefaultNoteTrack()

CoreExport NoteTrack* NewDefaultNoteTrack ( )
Remarks
This global function creates and returns a pointer to a new Note Track.