Class: MIDIEvents::ProgramChange
- Inherits:
-
Object
- Object
- MIDIEvents::ProgramChange
- Includes:
- ChannelMessage
- Defined in:
- lib/midi-events/messages.rb
Overview
MIDI Program Change message
Constant Summary collapse
- STATUS =
0xC- DATA =
[:channel, :program].freeze
- DISPLAY_NAME =
'Program Change'.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.