pxt-calliope/docs/reference/music/set-tempo.md
Galen Nickel dda488c08f
Update some music ref docs (#1693)
* Update some music ref docs

* bad link

* Actually add the note, hello
2018-12-02 16:46:05 -08:00

605 B

Set Tempo

Makes the tempo (speed of a piece of music) as fast or slow as you say.

music.setTempo(60)

~ hint

Simulator: This function only works on the @boardname@ and in some browsers.

~

Parameters

  • bpm is a number that means the beats per minute you want (the number of beats in a minute of the music that the @boardname@ is playing).

See also

play tone, ring tone , rest, tempo, change tempo by