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