Class: Rtmidi::Message::SongPositionPointer

Inherits:
Struct
  • Object
show all
Defined in:
lib/rtmidi/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



14
15
16
# File 'lib/rtmidi/message.rb', line 14

def position
  @position
end