| 19 | { |
| 20 | } |
| 21 | MidiControlChangeInput::MidiControlChangeInput(proto_MidiControlChangeInput input, std::shared_ptr<MidiDeviceWithChannel> device) : m_input(input), m_device(device) |
| 22 | { |
| 23 | } |
| 24 | bool MidiControlChangeInput::tickDigital() |
| 25 | { |
| 26 | return m_device->readMidiControlChange(m_input.cc) > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected