Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
14
uint16_t MidiNoteInput::tickAnalog()
15
{
16
return m_device->readMidiNote(m_input.note);
17
}
18
void MidiNoteInput::setup()
19
{
20
}
Callers
nothing calls this directly
Calls
5
readMidiNote
Method · 0.80
readMidiControlChange
Method · 0.80
readMidiPitchBend
Method · 0.80
readProGuitarButton
Method · 0.80
readProGuitarAxis
Method · 0.80
Tested by
no test coverage detected