544 Chapter7
Language Reference
MXRMODE Mixer Mode
MXRMODE Mixer Mode
Syntax
Figure 7-192 MXRMODE Syntax
Description
The MXRMODE command specifies the mixer mode. You can select
either the internal mixer (INT) or an external mixer (EXT). This
command does not apply to an 8560E/EC Option 002.
Preset State
Internal
Query Response
Figure 7-193 MXRMODE Query Response
Example
10 INPUT "ENTER THE MIXER MODE (INT OR EXT)",Mode$
20 OUTPUT 718;"MXRMODE ";Mode$;";"
30 END