midi_proto v0.1.0 MidiProto.Message.ControlChange

A MIDI control change message.

Link to this section Summary

Functions

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

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

init(channel, controller_number, value)

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