pub const FADER_MAX: u16 = 16_383;Expand description
Full scale for a 14-bit fader value.
Lives here rather than in nobble-core because Invocation::fraction
needs it and this crate may not depend on any other. nobble-core
re-exports it, so there is still one definition — the direction is decided
by the SDK’s no-dependency rule rather than by where it feels like it
belongs.
14-bit by ADR-0007 Amendment 1: 7 bits over a 100 mm throw is 0.78 mm per step, which is felt as stepping and heard as zipper noise.