MidiProto.Message.ProgramChange (midi_proto v0.2.0)

A MIDI program change message.

Summary

Functions

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

Types

@type t() :: %MidiProto.Message.ProgramChange{
  channel: MidiProto.nybble(),
  program_number: MidiProto.seven_bit_int()
}

Functions

Link to this function

init(channel, program_number)

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