notetrck.h File 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

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

Function Documentation

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