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