Q-Code User Manual
Ver. 7.0 2021/11/30
194
and its unit is 5%. When the ratio is less than the multiple of 5,
Q-Code
will round the number to the
nearest.
Note:
1. NY4 / NY5 / NY9T do not support this command.
2. For NY7, this command only takes effect when Melody is playing.
Ex.
Tempo=100
[Path]
PowerOn
: PlayMS($M0), Tempo + 10
; Accelerate 10% of Tempo speed as 110.
4.12.10 Tempo - n
Tempo – n command can slow down the playing speed of Melody. “n” is the percentage of slowdown,
and its unit is 5%. When the ratio is less then the mutiple of 5,
Q-Code
wiil roud the number to the
nearest.
Note:
1. NY4 / NY5 / NY9T do not support this command.
2. This command only takes effect when Melody is playing.
Ex.
Tempo=100
[Path]
PowerOn
: PlayMS($M0), Tempo - 5
; Slow down 5% of Temp speed as 95%.
4.12.11 Tempo++
Tempo++ command can control the playback speed of melody file to be faster by shifting up one level.
Note:
1. NY4 / NY9T do not support this command.
2. NY5 tempo level refer to
3. For NY5+ / NY6 / NY7 / NX1, this command control the playback speed to be faster by
shifting 5% up of each level. And this command only takes effect when Melody is playing.
Ex.
PowerOn
:
PlayMS($M0)
TR1: Tempo++
; Set Tempo to 105%.
4.12.12 Tempo--
Tempo-- command can control the playback speed of melody file to be slower by shifting down one
level.
Note: