Sets the source pitch scale.
| 558 | |
| 559 | /// Sets the source pitch scale. |
| 560 | void setPitch( F32 pitch ) { _setPitch( pitch ); mFlags.set( CustomPitchFlag ); } |
| 561 | |
| 562 | /// |
| 563 | F32 getModulativePitch() const { return mModulativePitch; } |
no test coverage detected