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