Q-Code User Manual
Ver. 7.0 2021/11/30
167
X: does not change the current status of path.
OFF: stop background path.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
Ex.
[Path]
TR1: Record($Rec0)
; Execute recording.
TR2: PlayV(Ch0, $Rec0)
; Play recorded voice.
4.6.2 WaitRN
If record function is executing, it will execute next command after recording ends. Otherwise, it will
immediately execute the next command.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this command.
2. Record = R WaitRN.
Ex.
[Path]
TR1: Record($Rec0)
TR2: RecordS($Rec0), WaitRN
; The result is the same as TR1.
4.6.3 StopR
The command is to stop recording.
Note: NY4 / NY5 / NY5+ / NY6 / NY7/ NY9T do not support this command.
Ex.
PowerOn
: InputState
TR1: Record($Rec0)
TR2: StopR
; Stop recording.
4.6.4 EraseR / EraseRS
This command is to erase record block defined in
[Record]
.
The format of command is as following:
EraseR(Label) { & [BG1 {,BG2 {,BG3}} ] }
EraseRS (Label) { & [BG1 {,BG2 {,BG3}} ] }
EraseR:
execute next command after record erasing ends.
EraseRS:
execute next command after starting record erasing.