| 5 | |
| 6 | |
| 7 | MidiNoteInput::MidiNoteInput(proto_MidiNoteInput input, std::shared_ptr<MidiDeviceWithChannel> device) : m_input(input), m_device(device) |
| 8 | { |
| 9 | } |
| 10 | bool MidiNoteInput::tickDigital() |
| 11 | { |
| 12 | return m_device->readMidiNote(m_input.note) > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected