| 81 | } |
| 82 | |
| 83 | void ParameterModulator::initializeInputs() |
| 84 | { |
| 85 | if (_inputNumber == 0) |
| 86 | _input1 = getValue(_data.srcOper); |
| 87 | _input2 = getValue(_data.amtSrcOper); |
| 88 | } |
| 89 | |
| 90 | bool ParameterModulator::processPolyPressureChanged(int pressure) |
| 91 | { |
no outgoing calls
no test coverage detected