From 29c4d97604a6a5a226f90095534d259f213aa53f Mon Sep 17 00:00:00 2001 From: tmu Date: Sun, 10 Jun 2018 22:12:58 +0200 Subject: [PATCH] added new types to readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2141f2b..4909375 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Features * UDP blocking/threading/forking/asyncio server implementations * UDP client -* int, float, string, blob OSC arguments +* int, float, string, double, MIDI, timestamps, blob OSC arguments * simple OSC address<->callback matching system * extensive unit test coverage * basic client and server examples