MCPcopy Create free account
hub / github.com/VCVRack/Rack / normalize

Method normalize

include/engine/Port.hpp:199–201  ·  view source on GitHub ↗

Use getNormalVoltage() instead. "Normal" voltage is the correct term, not "normalized" voltage. */

Source from the content-addressed store, hash-verified

197 "Normal" voltage is the correct term, not "normalized" voltage.
198 */
199 DEPRECATED float normalize(float normalVoltage) {
200 return getNormalVoltage(normalVoltage);
201 }
202};
203
204

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected