pub const CONTROLLER_PARAMETERS: [InfoRef<'static, &'static str>; 6];
Expand description
This represents a set of “controller parameters” that are common to all synths.
These parameters will not appear in audio software as automatable parameters, but they will be filled in with the current value of the corresponding controllers.
Note that synths will receive these regardless of what they returned
from crate::Component::parameter_infos
.