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