Class: OSC::OSCDouble64
- Inherits:
-
OSCArgument
- Object
- OSCArgument
- OSC::OSCDouble64
- Defined in:
- lib/osc-ruby/osc_types.rb
Instance Attribute Summary
Attributes inherited from OSCArgument
Instance Method Summary collapse
Methods inherited from OSCArgument
#initialize, #to_f, #to_i, #to_s
Constructor Details
This class inherits a constructor from OSC::OSCArgument
Instance Method Details
#encode ⇒ Object
29 30 31 |
# File 'lib/osc-ruby/osc_types.rb', line 29 def encode [@val].pack('G').force_encoding("BINARY") end |
#tag ⇒ Object
25 26 27 |
# File 'lib/osc-ruby/osc_types.rb', line 25 def tag 'd' end |