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