Which strongly-typed *Param constructor produced this
ParamInfo. The #[derive(Params)] macro sets it from the
field type so format-side code can branch on the original
typing without re-deriving it from range / unit.
Default ring capacity in samples for AudioTap::default - two
typical 2048-point analyzer FFT windows’ worth of headroom so a
slightly late UI drain doesn’t lose a whole frame.
Resolve which parameter a MIDI source on channel is bound to
from a param-info list (first match; derive rejects overlaps).
Helper for tooling — format wrappers do not call this.