Class: CoreMIDI::API::MidiPacket
- Inherits:
-
Struct
- Object
- Struct
- CoreMIDI::API::MidiPacket
- Defined in:
- lib/coremidi.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/coremidi.rb', line 5 def data @data end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/coremidi.rb', line 5 def @timestamp end |