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

Method tickAnalog

src/input/midi.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 return m_device->readMidiNote(m_input.note) > 0;
13}
14uint16_t MidiNoteInput::tickAnalog()
15{
16 return m_device->readMidiNote(m_input.note);
17}
18void MidiNoteInput::setup()
19{
20}

Callers

nothing calls this directly

Calls 5

readMidiNoteMethod · 0.80
readMidiControlChangeMethod · 0.80
readMidiPitchBendMethod · 0.80
readProGuitarButtonMethod · 0.80
readProGuitarAxisMethod · 0.80

Tested by

no test coverage detected