Module: FastOsc

Defined in:
lib/fast_osc.rb,
lib/fast_osc/version.rb,
ext/fast_osc/fast_osc_wrapper.c

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.deserializeObject



13
# File 'ext/fast_osc/fast_osc_wrapper.c', line 13

VALUE method_fast_osc_deserialize(VALUE self, VALUE msg);

.serializeObject



14
# File 'ext/fast_osc/fast_osc_wrapper.c', line 14

VALUE method_fast_osc_serialize(VALUE self, VALUE address, VALUE args);