MCPcopy Create free account
hub / github.com/HarbourMasters/SpaghettiKart / decrease_reverb_gain

Function decrease_reverb_gain

src/audio/heap.c:534–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534void decrease_reverb_gain(void) {
535 s32 i;
536 for (i = 0; i < gNumSynthesisReverbs; i++) {
537 gSynthesisReverbs[i].reverbGain -= gSynthesisReverbs[i].reverbGain / 4;
538 }
539}
540
541s32 audio_shut_down_and_reset_step(void) {
542 s32 i;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected