change tempo by ()
Change tempo by ()
The change tempo by () block is a stack block that changes the tempo by the specified amount. It originates from Scratch. The default value is 20.
Workaround
This block can be worked around by using the set tempo to () block with (tempo) + (amount) inputted:
set tempo to ((tempo) + (amount::grey))