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

Method initializeInputs

sources/sound_engine/parametermodulator.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected