An interface to the new functionality for max 8 for trackgroups in the mixer.
In particularly, new information for max trackgroups. Contains functionality relating to the new functionality for max trackgrouops, mainly the new filter for max mixes. Inherits from IMXtrackgroup. The interface is accessed via IMXclip::GetTrackgroup8 /see IMixer8::GetTrackgroup8
#include <IMixer8.h>
Public Member Functions |
|
virtual bool | IsMax ()=0 |
Whether or not a max trackgroup or a biped
trackgroup. |
|
virtual IMXtrack8 * | GetTrack8 (int index)=0 |
Returns the
IMXtrack8 interface for the specified clip. |
|
virtual void | GetMaxFilter (INodeTab &nodeTab)=0 |
Get the nodes that are filtered in the
current max mix. |
|
virtual void | SetMaxFilter (const INodeTab &nodeTab)=0 |
Set the filtered nodes for this trackgroup.
|
virtual bool IsMax | ( | ) | [pure virtual] |
Whether or not a max trackgroup or a biped trackgroup.
virtual IMXtrack8* GetTrack8 | ( | int | index | ) | [pure virtual] |
Returns the IMXtrack8 interface for the specified clip.
[in] | index | The index of the track. |
virtual void GetMaxFilter | ( | INodeTab & | nodeTab | ) | [pure virtual] |
Get the nodes that are filtered in the current max mix.
Only works with max trackgroups.
[out] | nodeTab | The nodes which are filtered in the max mix. |
virtual void SetMaxFilter | ( | const INodeTab & | nodeTab | ) | [pure virtual] |
Set the filtered nodes for this trackgroup.
Only works with max trackgroups.
[in] | nodeTab | The nodes that you want to be filtered in this trackgroup. |