pq / osc

A simple Open Sound Control (OSC) protocol implementation for Dart.
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Adding double encoding/decoding for Supercollider support. #22

Open dzink opened 5 months ago

dzink commented 5 months ago

Added a quick implementation of doubles, mostly copying the fine work of floats :)

This will support Supercollider sending back a lot of doubles.

pq commented 5 months ago

Fantastic! Could you add yourself to AUTHORS while you're at it?