aboutsummaryrefslogtreecommitdiff
path: root/fps_ms.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 22:03:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 22:03:41 +0000
commit0148d661b2a7a3762faec5373273b42624a646d5 (patch)
treeab2fdc0b0d01c468c4e2a28940dbcf56381d2f9b /fps_ms.pd
parentb55627eeff971003efb7fe745467e83d427670a2 (diff)
made [fps] have no interaction possible besides the single argument, then to get the current fps, you use [value framesync/fps]
svn path=/trunk/externals/framesync/; revision=12773
Diffstat (limited to 'fps_ms.pd')
-rw-r--r--fps_ms.pd10
1 files changed, 5 insertions, 5 deletions
diff --git a/fps_ms.pd b/fps_ms.pd
index fa032e6..7038a24 100644
--- a/fps_ms.pd
+++ b/fps_ms.pd
@@ -5,12 +5,12 @@
#X obj 50 160 /;
#X msg 50 139 1 \$1;
#X obj 107 83 print [framesync/fps_ms]:_no_method_for;
-#X obj 50 114 framesync/fps;
#X obj 50 192 * 1000;
+#X obj 50 114 value framesync/fps;
#X connect 0 0 2 0;
-#X connect 2 0 6 0;
+#X connect 2 0 7 0;
#X connect 2 1 5 0;
-#X connect 3 0 7 0;
+#X connect 3 0 6 0;
#X connect 4 0 3 0;
-#X connect 6 0 4 0;
-#X connect 7 0 1 0;
+#X connect 6 0 1 0;
+#X connect 7 0 4 0;