IMixer8.h File Reference

#include "..\maxheap.h"
#include "IMixer.h"
#include "BipedApi.h"
#include "..\ILoadSaveAnimation.h"

Go to the source code of this file.

Classes

class   IMXclip8
  An interface to the new functionality for max 8 for clips in the mixer. More...
class   IMXtrack8
  An interface to the new functionality for max 8 for tracks in the mixer. More...
class   IMXtrackgroup8
  An interface to the new functionality for max 8 for trackgroups in the mixer. More...
class   IMixer8
  An interface to the new functionality for max 8 for the mixer. More...
class   MaxMixerManager
  A class that allows a user to access the new max mixers in max 8. More...

Defines

#define  MAXMOTIONCLIPIMP_CONTROL_CLASS_ID   Class_ID(0x57a52b8c, 0x30935afc)
  MAXMOTIONCLIPIMP_CONTROL_CLASS_ID is the Class_ID of the main manager singleton that holds all of the max mixer objects.
#define  CLIPASSOCIATION_CONTROL_CLASS_ID   Class_ID(0x71313526, 0x28696f6a)
  CLIPASSOCIATION_CONTROL_CLASS_ID is the Class_ID of the main class that represents a max mix.

Variables

BIPExport MaxMixerManager  TheMaxMixerManager
  Global object that contains the new MaxMixerManager object.

Define Documentation

#define MAXMOTIONCLIPIMP_CONTROL_CLASS_ID   Class_ID(0x57a52b8c, 0x30935afc)

MAXMOTIONCLIPIMP_CONTROL_CLASS_ID is the Class_ID of the main manager singleton that holds all of the max mixer objects.

It resides in a global track in trackview.

Definition at line 23 of file IMixer8.h.

#define CLIPASSOCIATION_CONTROL_CLASS_ID   Class_ID(0x71313526, 0x28696f6a)

CLIPASSOCIATION_CONTROL_CLASS_ID is the Class_ID of the main class that represents a max mix.

It resides with the internal max mixer mananger singleton.

Definition at line 26 of file IMixer8.h.


Variable Documentation

Global object that contains the new MaxMixerManager object.