(channel: u8)
| 146 | pub const B6: Self = Self(95); |
| 147 | pub const C7: Self = Self(96); |
| 148 | pub const Cs7: Self = Self(97); |
| 149 | pub const D7: Self = Self(98); |
| 150 | pub const Ds7: Self = Self(99); |
| 151 | pub const E7: Self = Self(100); |
| 152 | pub const F7: Self = Self(101); |
| 153 | pub const Fs7: Self = Self(102); |
nothing calls this directly
no test coverage detected