| 8 | { |
| 9 | } |
| 10 | bool MidiNoteInput::tickDigital() |
| 11 | { |
| 12 | return m_device->readMidiNote(m_input.note) > 0; |
| 13 | } |
| 14 | uint16_t MidiNoteInput::tickAnalog() |
| 15 | { |
| 16 | return m_device->readMidiNote(m_input.note); |
nothing calls this directly
no test coverage detected