MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / modulateVolume

Method modulateVolume

Source/Amiga/rjp1.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void Rjp1::modulateVolume(Rjp1Channel *channel) {
309 modulateVolumeEnvelope(channel);
310 modulateVolumeWaveform(channel);
311 setVolume(channel);
312}
313
314void Rjp1::modulatePeriod(Rjp1Channel *channel) {
315 if (channel->modulatePeriodData) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected