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

Method getNormalPolyVoltageSimd

include/engine/Port.hpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 template <typename T>
142 T getNormalPolyVoltageSimd(T normalVoltage, uint8_t firstChannel) {
143 return isConnected() ? getPolyVoltageSimd<T>(firstChannel) : normalVoltage;
144 }
145
146 template <typename T>
147 void setVoltageSimd(T voltage, uint8_t firstChannel) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected