midi_proto v0.1.0 MidiProto.Message.ProgramChange
A MIDI program change message.
Link to this section Summary
Functions
Create a new MIDI program change message with the provided parameters.
Link to this section Types
Link to this type
t()
t() :: %MidiProto.Message.ProgramChange{ channel: MidiProto.nybble(), program_number: MidiProto.seven_bit_int() }
Link to this section Functions
Link to this function
init(channel, program_number)
init(MidiProto.nybble(), MidiProto.seven_bit_int()) :: t()
Create a new MIDI program change message with the provided parameters.