Model.Mixer
 
 
 

Model.Mixer

Introduced

v4.0

Description

Returns a Mixer object if there is an active mixer in the model. If there's no active Mixer you can force the creation of an empty one by passing true to the first argument.

C# Syntax

// get accessor
Mixer rtn = Model.Mixer;

See Also

Model.HasMixer Model.AddMixer