getTempo()
Return the metronome's tempo.
Parameters
Once an object metronome has been created, you can use the following function:
metronome.getTempo()
Returns
return tempo
| Value | Type | Description |
|---|---|---|
| tempo | int or float |
The tempo, in beats per minute. |