aboutsummaryrefslogtreecommitdiff
path: root/clockrunning-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-23 22:39:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-23 22:39:50 +0000
commitd2ee3129dccbaeebed862b238f079ec4cd8c51fa (patch)
tree2890d01dcfb276f0c4132857e5809d67e201e392 /clockrunning-help.pd
parent73065d63a8e915698285258067b7a7dfafb61212 (diff)
simple object to track whether the frame clock is currently running
svn path=/trunk/externals/framesync/; revision=12809
Diffstat (limited to 'clockrunning-help.pd')
-rw-r--r--clockrunning-help.pd9
1 files changed, 9 insertions, 0 deletions
diff --git a/clockrunning-help.pd b/clockrunning-help.pd
new file mode 100644
index 0000000..6ac61bf
--- /dev/null
+++ b/clockrunning-help.pd
@@ -0,0 +1,9 @@
+#N canvas 684 302 373 298 10;
+#X obj 95 187 clockrunning;
+#X obj 95 87 frameclock;
+#X obj 95 209 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
+1;
+#X text 8 20 track whether the frameclock is running or not (there
+is a 1 frame delay to turn off);
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;