Class: OSC::OSCFloat32
- Inherits:
-
OSCArgument
- Object
- OSCArgument
- OSC::OSCFloat32
- Defined in:
- lib/osc.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
fake
38 |
# File 'lib/osc.rb', line 38 def encode() [@val].pack('g') end |
#tag ⇒ Object
37 |
# File 'lib/osc.rb', line 37 def tag() 'f' end |