0
mirror of https://github.com/torvalds/GuitarPedal.git synced 2026-06-08 04:55:36 +00:00
Files
Linus Torvalds 2256a28744 Add 'disable all effects' MIDI command
It's just GLOBAL_ENABLE_CC with data2 being 67 - it's very close to what
we already do for 'reset all' (data2 64), just not changing the existing
effect values.

The pedal itself is enabled, but with all effects disabled it's pretty
much equivalent to being in pass-through (except I think I'll add a
master volume setting at some point, which would be unaffected by this).

Suggested-by: Ricky Sheaves <ricky@clevelandmusicco.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-06-02 17:19:02 -07:00
..