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

Method setNote

include/midi.hpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 return bytes[1];
61 }
62 void setNote(uint8_t note) {
63 if (bytes.size() < 2)
64 return;
65 bytes[1] = note & 0x7f;
66 }
67
68 uint8_t getValue() const {
69 if (bytes.size() < 3)

Callers 13

onKeyPressMethod · 0.80
onKeyReleaseMethod · 0.80
onMouseMoveMethod · 0.80
stepMethod · 0.80
panicMethod · 0.80
setGateMethod · 0.80
setValueMethod · 0.80
panicMethod · 0.80
setNoteGateMethod · 0.80
setKeyPressureMethod · 0.80
setChannelPressureMethod · 0.80
setCcMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected