2016-03-25 16:47:20 -07:00
# Tempo
2016-05-23 17:21:36 -07:00
Finds the tempo (speed of a piece of music).
2016-03-25 16:47:20 -07:00
```sig
music.tempo()
```
2016-05-23 17:21:36 -07:00
### Returns
2016-03-25 16:47:20 -07:00
2016-05-23 17:21:36 -07:00
* a [Number ](/reference/types/number ) that means the bpm (beats per minute, or number of beats in a minute of the music that the micro:bit is playing).
2016-03-25 16:47:20 -07:00
### See also
2016-05-23 17:21:36 -07:00
[play tone ](/reference/music/play-tone ), [ring tone ](/reference/music/ring-tone ), [rest ](/reference/music/rest ), [set tempo ](/reference/music/set-tempo ), [change tempo by ](/reference/music/change-tempo-by )
2016-03-25 16:47:20 -07:00