pxt-calliope/docs/reference/music/set-tempo.md
2016-04-13 08:27:45 -07:00

17 lines
399 B
Markdown

# Set Tempo
Sets the tempo to the specified amount
```sig
music.setTempo(60)
```
### Parameters
* Returns : [Number](/reference/types/number) - sets the tempo in beats per minute
### See also
[play tone](/reference/music/play-tone), [ring tone](/reference/music/ring-tone) , [rest](/reference/music/rest), [tempo](/reference/music/tempo), [change tempo by](/reference/music/change-tempo-by)