aboutsummaryrefslogtreecommitdiff
path: root/hid_menu.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:45:32 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:45:32 +0000
commitee8c8de94c07fa4498813e8a95fa4cea674255ea (patch)
tree63d4e775dbae2232ac8d27c5924e1e0856a677e5 /hid_menu.pd
parentc53b9e25c9fd4ee00c648a70a341959a1a018d50 (diff)
changed the 'menu' msg to 'options' to make things more transparent
svn path=/trunk/externals/hcs/hid/; revision=3161
Diffstat (limited to 'hid_menu.pd')
-rw-r--r--hid_menu.pd8
1 files changed, 4 insertions, 4 deletions
diff --git a/hid_menu.pd b/hid_menu.pd
index b4dabae..4eaf36e 100644
--- a/hid_menu.pd
+++ b/hid_menu.pd
@@ -1,11 +1,11 @@
-#N canvas 469 172 252 29 10;
+#N canvas 469 172 202 29 10;
#X obj 131 138 inlet;
#X obj 15 350 outlet;
-#X obj 1 2 popup 250 25 grey90 HID_device none;
+#X obj 1 2 popup 200 25 grey90 HID_device none;
#X msg 15 318 open \$1;
#X obj 251 141 prepend append;
#X msg 131 203 options;
-#X obj 131 176 route menu;
+#X obj 131 176 route options;
#X connect 0 0 6 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
@@ -13,4 +13,4 @@
#X connect 5 0 2 0;
#X connect 6 0 5 0;
#X connect 6 1 4 0;
-#X coords 0 0 1 1 252 29 1;
+#X coords 0 0 1 1 202 29 1;