[][src]Function helgoboss_midi::test_util::control_change

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

Creates a Control Change message.

Panics

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