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

Method getIntValue

sources/sound_engine/modulatedparameter.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87qint32 ModulatedParameter::getIntValue()
88{
89 // Compute the value
90 computeValue();
91
92 // Return a modulated value without conversion
93 return _computedValue.shValue;
94}
95
96float ModulatedParameter::getRealValue()
97{

Callers 3

initializeMethod · 0.45
getIntegerMethod · 0.45
getPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected