17 lines
400 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# Tempo
Returns the tempo in beats per minute.
```sig
music.tempo()
```
### Parameters
2016-04-13 08:27:45 -07:00
* Returns : [Number](/reference/types/number) - returns the tempo in beats per minute
2016-03-25 16:47:20 -07:00
### See also
2016-04-13 08:27:45 -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