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