MidiProto.Message.PitchBend (midi_proto v0.2.0)
A MIDI pitch bend message.
Summary
Functions
Create a new MIDI pitch bend message with the provided parameters.
Types
@type t() :: %MidiProto.Message.PitchBend{ bend: MidiProto.fourteen_bit_int(), channel: MidiProto.nybble() }
Functions
Link to this function
init(channel, bend)
@spec init(MidiProto.nybble(), MidiProto.fourteen_bit_int()) :: t()
Create a new MIDI pitch bend message with the provided parameters.