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

Method getMod

include/dsp/midi.hpp:727–729  ·  view source on GitHub ↗

Returns mod wheel value, from 0 to 1. */

Source from the content-addressed store, hash-verified

725
726 /** Returns mod wheel value, from 0 to 1. */
727 float getMod(uint8_t channel) {
728 return modFilters[channel].out;
729 }
730
731 /** Returns number of polyphonic channels for pitch and mod wheels. */
732 uint8_t getWheelChannels() {

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected