pub fn midi_cc(
controller: u8,
channel: Option<u8>,
target_node: NodeId,
target_param: &str,
min: f32,
max: f32,
transform: Transform,
) -> MappingExpand description
Convenience constructor for a MIDI control change mapping.