Q-Code User Manual
Ver. 7.0 2021/11/30
198
4.12.20 OKON_Off / SingleNote_Off
User can use the command OKON_Off to stop the function of One-Key-One-Note.
Note:
1. NY4 / NY9T do not support this command.
2. For NY5+ / NY6 / NY7, this command only takes effect when Melody is playing.
Ex.
[Path]
PowerOn:
TR1: PlayM($M0)
; Play melody.
TR2: OKON_On
; Activate One-Key-One-Note function and play;
Note on MIDI channel 1.
TR3: OKON_Off
; Deactivate One-Key-One-Note function.
4.12.21 OKON_Play / SinglePlay
User can use OKON_Play command to start the playback of One-Key-One-Note.
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.
TR3: OKON_Play
; Execute SinglePlay.
4.12.22 DynamicOn
Open the channel dynamic allocation function. After achieving this function,
Q-Code
will allocate a
suitable channel to play the notes of melody file which is based on the current status of synthesizer
channels. When users compose, the notes can be playing on channel 1 ~ 4, 10 channel (NY5+) / 1 ~
6,10 channel (NY6) / 1 ~ 16 channel (NY7) normally. Users must notice that the number of notes
cannot exceed the number of synthesizer channels. The default is DynamicOn.
Note: NY4 / NY5 / NY9T / NX1 do not support this command.
Ex.