Simple language for short topic.
This commit is contained in:
parent
8721b54679
commit
924d31a211
@ -1,14 +1,14 @@
|
|||||||
# Tempo
|
# Tempo
|
||||||
|
|
||||||
Returns the tempo in beats per minute.
|
Finds the tempo (speed of a piece of music).
|
||||||
|
|
||||||
```sig
|
```sig
|
||||||
music.tempo()
|
music.tempo()
|
||||||
```
|
```
|
||||||
|
|
||||||
### Parameters
|
### Returns
|
||||||
|
|
||||||
* Returns : [Number](/reference/types/number) - returns the tempo in beats per minute
|
* a [Number](/reference/types/number) that means the bpm (beats per minute, or number of beats in a minute of the music that the micro:bit is playing).
|
||||||
|
|
||||||
### See also
|
### See also
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user