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

Method setVolume

include/dsp/midi.hpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void setVolume(int8_t cc) {
155 setCc(cc, 0x07);
156 }
157
158 void setBalance(int8_t cc) {
159 setCc(cc, 0x08);

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected