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

Method setOsc

libs/JSystem/JAudio/System/JASBasicInst.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void JASBasicInst::setOsc(int index, JASOscillator::Data *osc) {
88#line 134
89 JUT_ASSERT(index < OSC_MAX);
90 JUT_ASSERT(index >= 0);
91 mOsc[index] = osc;
92}
93
94JASBasicInst::TKeymap *JASBasicInst::getKeyRegion(int index) {
95#line 152

Callers 1

createBasicBankFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected