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

Method setPolyMode

include/dsp/midi.hpp:701–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 }
700
701 void setPolyMode(PolyMode polyMode) {
702 if (polyMode == this->polyMode)
703 return;
704 this->polyMode = polyMode;
705 panic();
706 }
707
708 float getPitchVoltage(uint8_t channel) {
709 uint8_t wheelChannel = (channels > 1 && polyMode == MPE_MODE) ? channel : 0;

Callers 1

appendContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected