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
|
2016-11-01 17:44:37 -07:00
|
|
|
beats in a minute of the music that the @boardname@ 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
|
|
|
|