Q-Code User Manual
Ver. 7.0 2021/11/30
207
4.13.14 StopK
The StopK command is for stopping the current playback of keyboard immediately.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
TR1
: Play
KS($Rec0)
TR2: StopK
; Stop the playback of keyboard.
4.14 Volume Command
Volume Command
-
4.14.1 Vol_Max
Vol_Max can tune the volume to the maximum value (Vol = 15).
Note:
1. NY4 / NY9T do not support this command.
2. If user doesn’t specify the volume value, the default is maximum (Vol=15).
Ex.
PowerOn
: Vol_Max
; Set the volume to be the maximum.
4.14.2 Vol_Min
Vol_Min can tune the volume to the minimum value (Vol=0).
Note:
1. NY4 / NY9T do not support this command.
2. In NY5 / NX1, volume = 0 does not mean mute.
Ex.
PowerOn
: Vol_Min
; Set the volume to be the minimum.
4.14.3 Vol = n
Directly set volume level, n = 0 ~ 15.
Note:
1. NY4 / NY9T do not support this command.
2. In NY5 / NX1, volume = 0 does not mean mute.
Ex.
Vol=7
; Set volume to 8
th
level.