0
mirror of https://github.com/torvalds/GuitarPedal.git synced 2026-06-06 04:51:54 +00:00
Files
Linus Torvalds 90d9ff4695 Add 'Midi channel' setting to the USB 'effect'
We'll default to MIDI 'Omni' mode, but let's add the setting for what
channel we receive commands on (and send our own MIDI replies and status
updates on).

Quoting Ricky:
 "The industry standard approach on a pedalboard is that any single
  pedal can operate on any channel 1..16 *OR* in omni. The latter is for
  really simple setups where the user might only need to control that
  one pedal. (The thinking is they don't have to know about MIDI
  channels at all; magick.) On most pedalboards, omni isn't a good fit"

And this should give people the choice.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-06-02 18:06:26 -07:00
..