Q-Code User Manual
Ver. 7.0 2021/11/30
267
BG1: PlayV(ch0, $V0), Delay(5)
; BG1 PlayV(Ch0, $V0) then delay for 5s.
4.31.13 ReadChannel(Ri:Rj) / ReadChannel(Xi)
Keep current status of channel in RAM.
Note: NY4 / NY9T / NX1 do not support this command.
Ex.
[Path]
TR1: PlayV(CH2, $V0)
; Play Voice.
TR2: ReadChannel(X0), [PC,PB]=X0
; Assign current status of channel to PC and
PB.
4.31.14 PauseDown
After PauseDown command is finished then system will immediately Ramp Down. User only can use
ResumeUp command to resume playing after PauseDown execution (It is only valid on Channel2).
Note:
1. NY4 / NY5+ / NY6 / NY7 / NY9T / NX1 do not support this command.
2. PauseDown command is only valid on Channel2, and system can’t pause playbacks while
data merely is played on Channel0/Channel1. If PauseDown command is executed, data
that is playing on Channel0/Channel1 will be paused too.
3. PauseDown command will be executed for entering sleep mode.
Ex.
[Path]
TR1: PlayV(ch2, $V0)
; Play Voice.
TR2: PauseDown
; Pause the playbacks of data, and IC will
enter sleep mode.
TR3: ResumeUp
; Resume the playbacks of data.
4.31.15 ResumeUp
This command can only be used to resume the playbacks by PauseDown command.
Note: NY4 / NY5+ / NY6 / NY7 / NY9T / NX1 do not support this command.
Ex.
[Path]
TR1: PlayV(ch2, $V0)
; Play Voice.
TR2: PauseDown
; Pause the playbacks of data, and IC will