18 lines
454 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
2017-03-16 07:57:41 -07:00
* a [number](/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