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

Create a new MIDI pitch bend message with the provided parameters.