MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setOscInit

Method setOscInit

libs/JSystem/JAudio/System/JASChannel.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void JASChannel::setOscInit(u32 oscnum, const JASOscillator::Data *data) {
111#line 136
112 JUT_ASSERT(oscnum < OSC_NUM);
113 mOscillators[oscnum].initStart(data);
114}
115
116void JASChannel::setMixConfig(u32 bus, u16 mixConfig) {
117#line 142

Callers 4

overwriteOscMethod · 0.80
channelStartMethod · 0.80
noteOnMethod · 0.80
noteOnOscMethod · 0.80

Calls 1

initStartMethod · 0.80

Tested by

no test coverage detected