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

Method getNormalVoltageSimd

include/engine/Port.hpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 template <typename T>
137 T getNormalVoltageSimd(T normalVoltage, uint8_t firstChannel) {
138 return isConnected() ? getVoltageSimd<T>(firstChannel) : normalVoltage;
139 }
140
141 template <typename T>
142 T getNormalPolyVoltageSimd(T normalVoltage, uint8_t firstChannel) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected