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

Method setMonoMode

include/dsp/midi.hpp:694–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 }
693
694 void setMonoMode(MonoMode monoMode) {
695 if (monoMode == this->monoMode)
696 return;
697 this->monoMode = monoMode;
698 panic();
699 }
700
701 void setPolyMode(PolyMode polyMode) {
702 if (polyMode == this->polyMode)

Callers 1

appendContextMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected