| 127 | } |
| 128 | |
| 129 | ModulationChain* Modulations::GetPitchBend(int voiceIdx) |
| 130 | { |
| 131 | if (voiceIdx == -1) |
| 132 | return &mGlobalModulation.mPitchBend; |
| 133 | else |
| 134 | return &mVoiceModulations[voiceIdx].mPitchBend; |
| 135 | } |
| 136 | |
| 137 | ModulationChain* Modulations::GetModWheel(int voiceIdx) |
| 138 | { |
no outgoing calls
no test coverage detected