You've already forked torvalds-GuitarPedal
mirror of
https://github.com/torvalds/GuitarPedal.git
synced 2026-06-07 12:55:36 +00:00
.. and also make pot changes generate MIDI messages in USB device mode too, not just in USB host mode. That way you get bidirectional updates, so that the host can also see the device pot changes. And since the host would also want to see what the initial values are, add a STATE_DUMP_CC MIDI message, so that when you connect the two together they can synchronize from known state rather than having to always start from scratch. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>