| 143 | } |
| 144 | |
| 145 | ModulationChain* Modulations::GetPressure(int voiceIdx) |
| 146 | { |
| 147 | if (voiceIdx == -1) |
| 148 | return &mGlobalModulation.mPressure; |
| 149 | else |
| 150 | return &mVoiceModulations[voiceIdx].mPressure; |
| 151 | } |
no outgoing calls
no test coverage detected