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

Method setModWheel

include/dsp/midi.hpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 void setModWheel(int8_t cc) {
151 setCc(cc, 0x01);
152 }
153
154 void setVolume(int8_t cc) {
155 setCc(cc, 0x07);

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected