MCPcopy Create free account
hub / github.com/Santroller/Santroller / readMidiNote

Method readMidiNote

src/devices/midi.cpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323}
324uint16_t MidiDevice::readMidiNote(uint8_t channel, uint8_t note)
325{
326 return midiVelocities[channel][note] << 9;
327}
328uint16_t MidiDevice::readMidiControlChange(uint8_t channel, uint8_t cc)
329{
330 return midiControlChanges[channel][cc] << 9;

Callers 2

tickDigitalMethod · 0.80
tickAnalogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected