Sets the source volume which will still be scaled by the master and group volumes. @note Note that if you set an explicit volume on a source
| 525 | /// |
| 526 | /// @note Note that if you set an explicit volume on a source |
| 527 | void setVolume( F32 volume ) { _setVolume( volume ); mFlags.set( CustomVolumeFlag ); } |
| 528 | |
| 529 | /// |
| 530 | F32 getModulativeVolume() const { return mModulativeVolume; } |
no test coverage detected