| 168 | } |
| 169 | |
| 170 | void ParameterModulator::initializeComputation() |
| 171 | { |
| 172 | if (_inputNumber > 0) |
| 173 | _input1 = 0; |
| 174 | _inputCount = 0; |
| 175 | _minSum = 0; |
| 176 | _maxSum = 0; |
| 177 | _computed = false; |
| 178 | } |
| 179 | |
| 180 | bool ParameterModulator::computeOutput() |
| 181 | { |