| 256 | /// Set time speed/scale (1.0 = normal, 0.5 = half speed, etc.) |
| 257 | void setSpeed(float speed) { mTimeWarp.setSpeed(speed); } |
| 258 | float speed() const { return mTimeWarp.scale(); } |
| 259 | |
| 260 | /// Trigger a noise punch on both axes at center with proportional width. |
| 261 | void noisePunch(float amplitude = 1.0f, |