| 135 | } |
| 136 | |
| 137 | ModulationChain* Modulations::GetModWheel(int voiceIdx) |
| 138 | { |
| 139 | if (voiceIdx == -1) |
| 140 | return &mGlobalModulation.mModWheel; |
| 141 | else |
| 142 | return &mVoiceModulations[voiceIdx].mModWheel; |
| 143 | } |
| 144 | |
| 145 | ModulationChain* Modulations::GetPressure(int voiceIdx) |
| 146 | { |
no outgoing calls
no test coverage detected