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