Heya,
I have recently been connecting vvvv with ETC’s EOS Nomad (EOS lighting deck’s software in a PC version). This works great, EOS has extensive OSC support! However, some values that EOS returns are of type Double (d) and this is a surprising issue with OSCDecoder. It only supports Float (f), Integer (i) and String (s) ?!
Any chance to get OSCDecoder to support Doubles?
As a workaround I was trying to reformat EOS’ response, by turning type d into f. But applying this kind of a replace operation to an UDP nodes Output of type Raw has proven to be a bit beyond me. Any help/leads/advice?