2016-03-26 00:47:20 +01:00
|
|
|
# Change Tempo By
|
|
|
|
|
|
|
|
Change the tempo by the specified amount
|
|
|
|
|
|
|
|
## Simulator
|
|
|
|
|
|
|
|
Simulation of this function is available in many, but not all browsers.
|
|
|
|
|
|
|
|
```sig
|
|
|
|
music.changeTempoBy(20)
|
|
|
|
```
|
|
|
|
|
|
|
|
### Parameters
|
|
|
|
|
2016-04-13 17:27:45 +02:00
|
|
|
* `bpm` : [Number](/reference/types/number) - change the tempo by 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)
|
2016-03-26 00:47:20 +01:00
|
|
|
|