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