MCPcopy Create free account
hub / github.com/davy7125/polyphone / initializeComputation

Method initializeComputation

sources/sound_engine/parametermodulator.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected