MidiProto.Message.PitchBend (midi_proto v0.2.1)

Copy Markdown

A MIDI pitch bend message.

Summary

Functions

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

Types

t()

@type t() :: %MidiProto.Message.PitchBend{
  bend: MidiProto.fourteen_bit_int(),
  channel: MidiProto.nybble()
}

Functions

init(channel, bend)

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