From faad9342b7935fb57b05ef49209697df6e380ba3 Mon Sep 17 00:00:00 2001 From: Robert Tsai Date: Tue, 25 Aug 2026 23:11:50 -0700 Subject: [PATCH] Global Settings: MIDI/Tempo: add Snapshot CC Send (135) Inadvertent omission from #16 --- crates/fretwire-protocol/src/settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fretwire-protocol/src/settings.rs b/crates/fretwire-protocol/src/settings.rs index f87bd36..01c1482 100644 --- a/crates/fretwire-protocol/src/settings.rs +++ b/crates/fretwire-protocol/src/settings.rs @@ -603,7 +603,7 @@ pub const MENU_ORDER: &[i64] = &[ 81, 73, 65, 95, 96, 68, 69, 27, 103, 127, 136, // Preferences 17, 19, 18, 67, 20, 117, 129, 130, 131, // Footswitches 66, 71, // EXP Pedals - 9, 10, 13, 76, 14, 16, 11, 12, 77, // MIDI/Tempo + 9, 10, 13, 76, 14, 16, 11, 12, 77, 135, // MIDI/Tempo 25, 26, // Displays ];