Class: Rtmidi::Message::ControlChange
- Inherits:
-
Struct
- Object
- Struct
- Rtmidi::Message::ControlChange
- Defined in:
- lib/rtmidi/message.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
8 9 10 |
# File 'lib/rtmidi/message.rb', line 8 def channel @channel end |
#controller ⇒ Object
Returns the value of attribute controller
8 9 10 |
# File 'lib/rtmidi/message.rb', line 8 def controller @controller end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/rtmidi/message.rb', line 8 def value @value end |