Setup guide

Remarks
If you have more than one soundcard installed in your system,
Mixer(0)
is your first sound device,
Mixer(1)
the
second and so on.
For the more common situation with a single soundcard, you can omit the nMixerNum parameter.
Methods
SetDefault()
Sets this mixer object as the default sound device in uICE. This affects all Audio Control actions.
See Also
Mixer Overview
MixerDestination Object
The MixerDestination object represents a collection of audio data sources. A destination is usually Playback or Record.
Mixer.Playback
Mixer.Record
Mixer.Destination(
DestinationIndex
)
Arguments
DestinationIndex
Required. A destination index number ( zero to Mixer.Count ). DestinationIndex=0 is usually the same as
Mixer.Playback, DestinationIndex=1 is Mixer.Record.
Remarks
The Destination property can be used to access additional, non-standard mixer destinations besides the default
Playback and Record.
The following image shows the equivalent settings in the properties of the Windows Mixer control panel applet. The
destinations can be seen under Adjust volume for, where the Playback radio button is equal to the Mixer.Playback
destination, Recording to Mixer.Record and Other to Mixer.Destination(Index).