From 14e67c85f9cac496dad3d4e77dfb5e40f4cd94b0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Dec 2006 22:49:16 +0000 Subject: added latency measuring code on Darwin (to be removed once testing is done), and removed threading svn path=/trunk/externals/io/hidio/; revision=7115 --- test/latency_test.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/latency_test.pd (limited to 'test/latency_test.pd') diff --git a/test/latency_test.pd b/test/latency_test.pd new file mode 100644 index 0000000..468c7b6 --- /dev/null +++ b/test/latency_test.pd @@ -0,0 +1,22 @@ +#N canvas 0 22 474 324 10; +#X msg 111 33 open 2; +#X msg 194 18 poll 1; +#X msg 52 88 info; +#X obj 208 181 route poll; +#X floatatom 209 206 5 0 0 0 - - -; +#X msg 302 108 0; +#X msg 205 65 poll 5; +#X msg 206 89 poll 10; +#X msg 201 41 poll 3; +#X msg 210 111 poll 25; +#X obj 175 153 hidio 2; +#X connect 0 0 10 0; +#X connect 1 0 10 0; +#X connect 2 0 10 0; +#X connect 3 0 4 0; +#X connect 5 0 10 0; +#X connect 6 0 10 0; +#X connect 7 0 10 0; +#X connect 8 0 10 0; +#X connect 9 0 10 0; +#X connect 10 1 3 0; -- cgit v1.2.1