Class: MIDIEvents::PolyphonicAftertouch
- Inherits:
-
Object
- Object
- MIDIEvents::PolyphonicAftertouch
- Includes:
- ChannelMessage
- Defined in:
- lib/midi-events/messages.rb
Overview
MIDI Polyphonic (note specific) Aftertouch message
Constant Summary collapse
- STATUS =
0xA
- DATA =
[:channel, :note, :value].freeze
- DISPLAY_NAME =
'Polyphonic Aftertouch'.freeze
- CONSTANT =
{ 'Note' => :note }.freeze
Instance Attribute Summary collapse
-
#data ⇒ Object
included
from ChannelMessage
readonly
Returns the value of attribute data.
-
#name ⇒ Object
included
from ChannelMessage
readonly
Returns the value of attribute name.
Instance Method Summary collapse
- #initialize(*data) ⇒ Object included from ChannelMessage
Instance Attribute Details
#data ⇒ Object (readonly) Originally defined in module ChannelMessage
Returns the value of attribute data.
#name ⇒ Object (readonly) Originally defined in module ChannelMessage
Returns the value of attribute name.