2016-03-26 00:47:20 +01:00
|
|
|
# Set Tempo
|
|
|
|
|
|
|
|
Sets the tempo to the specified amount
|
|
|
|
|
|
|
|
```sig
|
|
|
|
music.setTempo(60)
|
|
|
|
```
|
|
|
|
|
|
|
|
### Parameters
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
* Returns : [Number](/reference/types/number) - sets the tempo in beats per minute
|
2016-03-26 00:47:20 +01:00
|
|
|
|
|
|
|
### See also
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
[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)
|
2016-03-26 00:47:20 +01:00
|
|
|
|