Q-Code User Manual
Ver. 7.0 2021/11/30
213
Note: NY4 / NY5+ / NY6 / NY7 / NY9T / NX1 do not support this command.
Ex.
PB=MixCtrl
; Output current setting value of MixCtrl to PB.
4.14.24 MixCtrl
This command is to control the ratio of volume output for channels. For NY5 series, CH0, CH1, CH2
and CH3 are available. The available settings for all series are listed below.
MixCtrl Command
Description
Setting Value
MixCtrl( 2, 0, 2, 0 )
Half volume for CH0, and half volume for CH2.
0x3
MixCtrl( 2, 0, 1, 1 )
Half volume for CH 0, and one fourth volume for CH2 and
CH3 respectively.
0x1
MixCtrl( 1, 1, 2, 0 )
One fourth volume for CH0 and CH1 repectively, and half
volume for CH2.
0x2
MixCtrl( 1, 1, 1, 1 )
One fourth volume for each channel.
0x0
MixCtrl( 4, 0, 0, 0 )
Full volume for CH0, and mute the other channels.
0x9
MixCtrl( 2, 2, 0, 0 )
Half volume for CH0 and CH1 respectively.
0x8
MixCtrl( 0, 0, 4, 0 )
Full volume for CH2, and mute the other channels.
0xE
MixCtrl( 0, 0, 2, 2 )
Half volume for CH2 and CH3 respectively.
0xC
NX1 controls the mixing output of each channel, please set the options by selecting 0%, 25%, 50%,
75% and 100%.
Ex.
MixCtrl(50%,25%,75%,100%)
;
Output the current MixCtrl setting to PB.
Note:
1. NY4 / NY5+ / NY6 / NY7 / NY9T do not support this command.
2. For NY5 series, if MixCtrl is not defined, default is MixCtrl(1, 1, 1, 1).
3. For NX1 series, if MixCtrl is not defined, default is MixCtrl(100%, 100%, 100%, 100%).
4.15 TouchKey Command
TouchKey Command
-
-