| 137 | } |
| 138 | |
| 139 | void Player::setPlayingState(bool inIsPlaying) |
| 140 | { |
| 141 | mIsPlaying.store(inIsPlaying); |
| 142 | |
| 143 | if (!inIsPlaying) { |
| 144 | mSynth->turnOffAllVoices(true); |
| 145 | } |
| 146 | } |
| 147 | |
| 148 | void Player::reset() |
| 149 | { |
no outgoing calls
no test coverage detected