pxt-calliope/docs/reference/music/change-tempo.md

21 lines
381 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07: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 08:27:45 -07:00
* `bpm` : [Number](/reference/types/number) - change the tempo by 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)
2016-03-25 16:47:20 -07:00