Simulator
||music:set tempo||
works on the board. It might not work in the simulator on every browser.
Make the tempo (speed) of the music playing go faster or slower.
music.setTempo(60)
bpm
is a number that means the amount beats per minute you want. This is how fast
you want board to play music.Set the music tempo to 240 beats per minute.
music.setTempo(240)