Class: MIDIEvents::ControlChange
- Inherits:
-
Object
- Object
- MIDIEvents::ControlChange
- Includes:
- ChannelMessage
- Defined in:
- lib/midi-events/messages.rb
Overview
MIDI Control Change message
Constant Summary collapse
- STATUS =
0xB
- DATA =
[:channel, :index, :value].freeze
- DISPLAY_NAME =
'Control Change'.freeze
- CONSTANT =
{ 'Control Change' => :index }.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.