MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / _setGains

Method _setGains

NeuralNote/Source/Player.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void Player::_setGains(float inGainAudioSourceDB, float inGainSynthDB)
198{
199 mGainSourceAudio = Decibels::decibelsToGain(inGainAudioSourceDB, -36.0f);
200 mGainSynth = Decibels::decibelsToGain(inGainSynthDB, -36.0f);
201}
202
203void Player::_clearActiveNotesMidiOut(MidiBuffer& outMidiBuffer)
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected