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

Method MidiControlChangeInput

src/input/midi.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20}
21MidiControlChangeInput::MidiControlChangeInput(proto_MidiControlChangeInput input, std::shared_ptr<MidiDeviceWithChannel> device) : m_input(input), m_device(device)
22{
23}
24bool MidiControlChangeInput::tickDigital()
25{
26 return m_device->readMidiControlChange(m_input.cc) > 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected