setRate()
Set how often automation runs.
Parameters
Automate.setRate() is a static utility. Call it on the Automate class itself, for example:
Automate.setRate()
Automate.setRate(frameRate)
| Parameter | Type | Default | Description |
|---|---|---|---|
frameRate |
int |
60 |
The new rate, in frames per second. |