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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dataObject (readonly) Originally defined in module ChannelMessage

Returns the value of attribute data.

#nameObject (readonly) Originally defined in module ChannelMessage

Returns the value of attribute name.

Instance Method Details

#initialize(*data) ⇒ Object Originally defined in module ChannelMessage

Parameters:

  • data (*Fixnum)

    The status nibbles and data bytes