| 85 | } |
| 86 | |
| 87 | void 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 | |
| 94 | JASBasicInst::TKeymap *JASBasicInst::getKeyRegion(int index) { |
| 95 | #line 152 |