Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ setPan
Method
setPan
include/dsp/midi.hpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void setPan(int8_t cc) {
163
setCc(cc, 0x0a);
164
}
165
166
void setSustainPedal(int8_t cc) {
167
setCc(cc, 0x40);
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected