aboutsummaryrefslogtreecommitdiff
path: root/fps_ms-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-20 00:22:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-20 00:22:35 +0000
commitbd3a03cbec06f2193250eee3af7864368ac271bc (patch)
tree543d4d6a9808d002a8b936002f03d2c65988b762 /fps_ms-help.pd
parent5bd2d306455cede7dc0f27f87286e3ac67150987 (diff)
set default to 30 fps in more places
svn path=/trunk/externals/framesync/; revision=12802
Diffstat (limited to 'fps_ms-help.pd')
-rw-r--r--fps_ms-help.pd25
1 files changed, 13 insertions, 12 deletions
diff --git a/fps_ms-help.pd b/fps_ms-help.pd
index 7e54c78..f4754b3 100644
--- a/fps_ms-help.pd
+++ b/fps_ms-help.pd
@@ -1,22 +1,23 @@
#N canvas 591 561 450 300 10;
-#X msg 100 98 bang;
#X obj 100 132 fps_ms;
#X text 30 34 get the Frames-Per-Second (FPS) in milliseconds (ms)
to use with [metro] \, [delay] \, etc.;
#X obj 73 170 metro;
-#X obj 359 77 fps 30;
#X floatatom 117 158 8 0 0 0 - - -;
-#X obj 56 140 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
+#X obj 56 140 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 73 203 float;
#X obj 111 203 + 1;
#X floatatom 73 230 5 0 0 0 - - -;
-#X text 211 77 set the global FPS here:;
-#X connect 0 0 1 0;
-#X connect 1 0 3 1;
-#X connect 1 0 5 0;
-#X connect 3 0 7 0;
-#X connect 6 0 3 0;
-#X connect 7 0 8 0;
-#X connect 7 0 9 0;
-#X connect 8 0 7 1;
+#X text 152 77 set the global FPS here:;
+#X text 207 270 (the default framerate is 30 fps);
+#X obj 100 110 loadbang;
+#X obj 300 77 framesync/fps 30;
+#X connect 0 0 2 1;
+#X connect 0 0 3 0;
+#X connect 2 0 5 0;
+#X connect 4 0 2 0;
+#X connect 5 0 6 0;
+#X connect 5 0 7 0;
+#X connect 6 0 5 1;
+#X connect 10 0 0 0;