MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getNormalPolyVoltage

Method getNormalPolyVoltage

include/engine/Port.hpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 float getNormalPolyVoltage(float normalVoltage, int channel) const noexcept {
103 return isConnected() ? getPolyVoltage(channel) : normalVoltage;
104 }
105
106 /** Returns a pointer to the array of voltages beginning with firstChannel.
107 The pointer can be used for reading and writing.

Callers 2

processMethod · 0.45
processTerminalOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected