| 195 | } |
| 196 | |
| 197 | void Player::_setGains(float inGainAudioSourceDB, float inGainSynthDB) |
| 198 | { |
| 199 | mGainSourceAudio = Decibels::decibelsToGain(inGainAudioSourceDB, -36.0f); |
| 200 | mGainSynth = Decibels::decibelsToGain(inGainSynthDB, -36.0f); |
| 201 | } |
| 202 | |
| 203 | void Player::_clearActiveNotesMidiOut(MidiBuffer& outMidiBuffer) |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected