aboutsummaryrefslogtreecommitdiff
path: root/frameclock-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 21:14:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-16 21:14:10 +0000
commitb55627eeff971003efb7fe745467e83d427670a2 (patch)
tree443808abae3afaaf8757627faebc050ed72a6cc2 /frameclock-help.pd
parent05f7e214a2bcfabd8ba8107ebbe33da704e277a6 (diff)
renamed fsclock to frameclock since its easier to manage (try to say fsclock 3 times fast)
svn path=/trunk/externals/framesync/; revision=12772
Diffstat (limited to 'frameclock-help.pd')
-rw-r--r--frameclock-help.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/frameclock-help.pd b/frameclock-help.pd
new file mode 100644
index 0000000..4005ae5
--- /dev/null
+++ b/frameclock-help.pd
@@ -0,0 +1,16 @@
+#N canvas 496 163 487 404 10;
+#X floatatom 52 241 5 0 0 0 - - -;
+#X text 51 22 a GUI to generate and control the frame clock \, with
+a default frames-per-second (FPS) of 30 frames/second.;
+#X floatatom 248 239 5 0 0 0 - - -;
+#X text 49 72 the first argument/inlet sets the total number of frames
+;
+#X text 49 92 the second argument/inlet sets the frames-per-second
+(FPS);
+#X text 54 306 you can set the current frame by dragging the yellow
+bar or by clicking in the frame number box \, typing in a number \,
+and hitting enter;
+#X obj 53 169 fsclock 200;
+#X obj 249 167 fsclock 200 24;
+#X connect 6 0 0 0;
+#X connect 7 0 2 0;