MidiProto.Message.SongSelect (midi_proto v0.2.0)
A MIDI song select message.
Summary
Functions
Create a new MIDI song select message with the provided parameters.
Types
@type t() :: %MidiProto.Message.SongSelect{song: MidiProto.seven_bit_int()}
Functions
Link to this function
init(song)
@spec init(MidiProto.seven_bit_int()) :: t()
Create a new MIDI song select message with the provided parameters.