Q-Code User Manual
Ver. 7.0 2021/11/30
197
4.12.18 Mute_Off(Ch)
This command stops the mute function. If a channel has been muted, Mute_off command can be used
to stop muting the channel.
Ch:
channel to stop muting. If Ch is not designated, it is regarded as all MIDI channels.
NY5: 0 ~ 3.
NY5+ :1 ~ 4, 10.
NY6: 1 ~ 6, 10.
NY7: 1 ~ 16.
NX1: 1 ~ 16.
Note:
1. NY4 / NY9T do not support this command.
2. For NY5+ / NY6 / NY7 / NX1, this command only takes effect when Melody is playing. It
doesn't work when executed before playing Melody.
Ex.
[Path]
PowerOn :
PlayM($M0)
TR1: Mute_on(1)
; Activate mute function on MIDI Ch1 during melody playback.
TR2: Mute_on(3)
; Activate mute function on MIDI Ch3 during melody playback.
TR3: Mute_off(1)
;Stop the mute function on MIDI Ch1.
TR4: Mute_off(3)
;Stop the mute function on MIDI Ch3.
4.12.19 OKON_On / SingleNote_On
One-Key-One-Note is activated, and user can use this function with the command OKON_on.
Note:
1. NY4 / NY9T do not support this command.
2. NY5 / NY5+ OKON channel is fixed on MIDI channel 0.
3. NY6 / NY7 OKON channel is fixed on MIDI channel 1. This command only takes effect when
Melody is playing.
4. NX1 OKON channel is fixed on MIDI channel 1.
Ex.
[Path]
PowerOn:
TR1: PlayM($M0)
; Play melody.
TR2: OKON_On
; Activate One-Key-One-Note function and play
; Note on channel 1.