aboutsummaryrefslogtreecommitdiff
path: root/test/latency_test.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-31 22:49:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-31 22:49:16 +0000
commit14e67c85f9cac496dad3d4e77dfb5e40f4cd94b0 (patch)
treef3137c51f0321cb72a608ca7e2e6938da9bebd8f /test/latency_test.pd
parent2a156b8e765ee64fc5b01f78fa6f6974593053c6 (diff)
added latency measuring code on Darwin (to be removed once testing is done), and removed threading
svn path=/trunk/externals/io/hidio/; revision=7115
Diffstat (limited to 'test/latency_test.pd')
-rw-r--r--test/latency_test.pd22
1 files changed, 22 insertions, 0 deletions
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;