18 lines
462 B
Markdown
Raw Normal View History

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-07-18 10:39:41 -07:00
* a [number](/reference/types/number) that means the beats per minute (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