2016-03-26 00:47:20 +01:00
# Set Tempo
2016-06-07 02:02:15 +02:00
Makes the tempo (speed of a piece of music) as fast or slow as you say.
2016-03-26 00:47:20 +01:00
```sig
music.setTempo(60)
```
2018-12-03 01:46:05 +01:00
## ~ hint
2016-06-07 02:02:15 +02:00
2018-12-03 01:46:05 +01:00
**Simulator**: This function only works on the @boardname @ and in some browsers.
## ~
2016-03-26 00:47:20 +01:00
2017-09-07 22:42:08 +02:00
## Parameters
2016-03-26 00:47:20 +01:00
2017-03-16 15:57:41 +01:00
* ``bpm`` is a [number ](/types/number ) that means the beats per minute you want (the number of beats in a minute of the music that the @boardname @ is playing).
2016-03-26 00:47:20 +01:00
2017-09-07 22:42:08 +02:00
## See also
2016-03-26 00:47:20 +01:00
2016-04-13 17:27:45 +02:00
[play tone ](/reference/music/play-tone ), [ring tone ](/reference/music/ring-tone ) , [rest ](/reference/music/rest ), [tempo ](/reference/music/tempo ), [change tempo by ](/reference/music/change-tempo-by )
2016-03-26 00:47:20 +01:00