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

Method getPolyVoltageSimd

include/engine/Port.hpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 template <typename T>
132 T getPolyVoltageSimd(uint8_t firstChannel) {
133 return isMonophonic() ? getVoltage(0) : getVoltageSimd<T>(firstChannel);
134 }
135
136 template <typename T>
137 T getNormalVoltageSimd(T normalVoltage, uint8_t firstChannel) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected