Q-Code User Manual
Ver. 7.0 2021/11/30
200
4.12.26 Mask_On(Ch)
Mask on the MIDI channel. When the melody file plays, the Mask_on command can mask the specified
MIDI channel to reduce the loading of CPU.
Ch: The specified MIDI channel, it will mask all MIDI channels when not specified.
NX1 supports 1 ~ 16.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
[Path]
PowerOn
: PlayM($M0)
TR1: Mask_on(1)
; Turn on the Mask function of MIDI channel 1.
T
R2: Mask_on(3)
; Turn on the Mask function of MIDI channel 3.
4.12.27 Mask_Off(Ch)
Turn off the Mask function on the specified MIDI channels. When the Mask_On command is executed,
user can revert the MIDI channels by using the Mask_Off command.
Ch: The specified MIDI channel, it will turn off the mask function on all MIDI channels when not
specified.
NX1 supports 1 ~ 16.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
[Path]
PowerOn :
PlayM($M0)
TR1: Mask_on(1)
; Turn on the Mask function of MIDI channel 1.
T
R2: Mask_on(3)
; Turn on the Mask function of MIDI channel 3.
TR3: Mask_off(1)
; Turn off the Mask function of MIDI channel 1.
TR4: Mask_off(3)
; Turn off the Mask function of MIDI channel 3.