Class: MIDIMessage::PolyphonicAftertouch

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

Overview

MIDI Polyphonic (note specific) Aftertouch message

Constant Summary collapse

STATUS =
0xA
DATA =
[:channel, :note, :value].freeze
DISPLAY_NAME =
"Polyphonic Aftertouch"
CONSTANT =
{ "Note" => :note }.freeze

Constants included from MIDIMessage

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 MIDIMessage

parse, with_context