pub fn control_change(
    channel: u8,
    controller_number: u8,
    control_value: u8
) -> RawShortMessage
Expand description

Creates a Control Change message.

Panics

Panics if one of the given values is out of range.