Q-Code User Manual
Ver. 7.0 2021/11/30
126
2. The path cannot call other path.
3. This path cannot execute delay commands, excpet PlayV / PlayA / SpiPlay / SDelay.
4. When this path is executing, other paths will be paused.
Ex.
[Path]
VT_BeforeRecord: SpiPlay(ch0, 0)
; Call this path before Voice Tag records
3.9.28.41 VT_BeforeTraining
The path
“
VT_BeforeTraining
“
can only be applied in
[Path]
section. After Voice Tag recording is
completed, and before training, this path will be executed.
Note:
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this path.
2. The path cannot call other path.
3. This path cannot execute delay commands, excpet PlayV / PlayA / SpiPlay / SDelay
。
4. When this path is executing, other paths will be paused.
Ex.
[Path]
VT_BeforeTraining: SpiPlay(ch0, 0)
; Call this path before Voice Tag records
3.9.28.42 VT_AddTagFail
The path
“
VT_AddTagFail
”
can only be applied in
[Path]
section. When the training of Voice Tag
fails, it will call this path.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this path.
Ex.
[Path]
VT_AddTagFail: SpiPlay(ch0, 0)
; Call this path before Voice Tag records
3.9.28.43 KRecord_Timeout
The path
“
KRecord_Timeout
”
can only be applied in
[Path]
section. When the recording of keybord
exceeds time, but the InstNoteON / InstNoteOff command doesn’t execute, it will call this path
.
Note: NY4 / NY5 / NY5+ / NY6 / NY7 / NY9T do not support this path.
Ex.
[Path]
KRecord_Timeout: PlayKS($Rec0, 0)
;When the keybord recording timeout occurred,
using Rec0 to play the recording.