MidiProto.Message.ControlChange (midi_proto v0.2.0)

A MIDI control change message.

Summary

Functions

Create a new MIDI control change message with the provided parameters.

Types

@type t() :: %MidiProto.Message.ControlChange{
  channel: MidiProto.nybble(),
  controller_number: MidiProto.seven_bit_int(),
  value: MidiProto.seven_bit_int()
}

Functions

Link to this function

init(channel, controller_number, value)

Create a new MIDI control change message with the provided parameters.