Class: MIDIEvents::ChannelAftertouch

Inherits:
Object
  • Object
show all
Includes:
ChannelMessage
Defined in:
lib/midi-events/messages.rb

Overview

MIDI Channel Aftertouch message

Constant Summary collapse

STATUS =
0xD
DATA =
[:channel, :value].freeze
DISPLAY_NAME =
'Channel Aftertouch'.freeze

Constants included from MIDIEvents

ChannelPressure, Controller, PolyAftertouch, PolyPressure, PolyphonicPressure, VERSION

Instance Attribute Summary

Attributes included from ChannelMessage

#data, #name

Method Summary

Methods included from ChannelMessage

#initialize, new

Methods included from MIDIEvents

with_context