aboutsummaryrefslogtreecommitdiff
path: root/s-blockout-help.pd
diff options
context:
space:
mode:
authorN.N. <chr15m@users.sourceforge.net>2007-11-17 13:58:45 +0000
committerN.N. <chr15m@users.sourceforge.net>2007-11-17 13:58:45 +0000
commit3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch)
tree56f40e8053708927921138e95b9adc2b427a5340 /s-blockout-help.pd
parentcf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff)
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 's-blockout-help.pd')
-rw-r--r--s-blockout-help.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/s-blockout-help.pd b/s-blockout-help.pd
new file mode 100644
index 0000000..f8d7271
--- /dev/null
+++ b/s-blockout-help.pd
@@ -0,0 +1,13 @@
+#N canvas 132 173 450 300 10;
+#X obj 310 73 s-metro time;
+#X text 12 10 This abstraction 'blocks out' the outlet (sends a zero)
+for the period of one tick length (or however many specified) when
+the inlet changes. Useful if you want a midi knob to shut down something
+else while it's operating.;
+#X floatatom 37 87 5 0 127 0 - - -;
+#X floatatom 37 140 5 0 0 0 - - -;
+#X obj 130 86 r time/ticksize;
+#X obj 37 114 s-blockout 100;
+#X connect 2 0 5 0;
+#X connect 4 0 5 1;
+#X connect 5 0 3 0;