| 306 | } |
| 307 | |
| 308 | void Rjp1::modulateVolume(Rjp1Channel *channel) { |
| 309 | modulateVolumeEnvelope(channel); |
| 310 | modulateVolumeWaveform(channel); |
| 311 | setVolume(channel); |
| 312 | } |
| 313 | |
| 314 | void Rjp1::modulatePeriod(Rjp1Channel *channel) { |
| 315 | if (channel->modulatePeriodData) { |
nothing calls this directly
no outgoing calls
no test coverage detected