diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-24 06:03:05 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-24 06:03:05 +0000 |
commit | dbf3862f0b17b1d5bfb3587bc0c431b77dc34a6e (patch) | |
tree | 2b706cfc272cd9d9d64e97f497d2d8b66018dd9e /bfilt2-help.pd | |
parent | 45942489c65a279fc34dfe6bb0215b669173e678 (diff) |
added META subpatch, corrected some typos, and prefixed all arrays with $0-
svn path=/trunk/externals/cxc/; revision=14520
Diffstat (limited to 'bfilt2-help.pd')
-rw-r--r-- | bfilt2-help.pd | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/bfilt2-help.pd b/bfilt2-help.pd index 4be9d45..7ca3b27 100644 --- a/bfilt2-help.pd +++ b/bfilt2-help.pd @@ -1,17 +1,31 @@ -#N canvas 203 207 404 226 10; -#X floatatom 85 119; +#N canvas 0 31 404 226 10; +#X floatatom 85 119 0 0 0 0 - - -; #X obj 57 175 print; -#X floatatom 45 120; +#X floatatom 45 120 0 0 0 0 - - -; #X obj 58 146 bfilt 5; -#X text 43 16 bfilt (at the moment) is: modulo something + select 0; -#X floatatom 167 120; +#X text 43 16 bfilt (at the moment) is: modulo something + select 0 +; +#X floatatom 167 120 0 0 0 0 - - -; #X obj 139 176 print; -#X floatatom 127 121; +#X floatatom 127 121 0 0 0 0 - - -; #X obj 140 147 bfilt2 5; #X obj 145 87 metro 100; #X msg 145 68 1; -#X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal counter \, only outputs every arg2th bang ...; +#X text 42 29 bfilt2: real bangfilter: bangs on first inlet \, internal +counter \, only outputs every arg2th bang ...; #X msg 169 67 0; +#N canvas 176 129 494 344 META 0; +#X text 12 155 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch +to conform to the PDDP template for Pd version 0.42.; +#X text 12 45 DESCRIPTION bang on first inlet \, internal counter \, +only outputs ever arg2th bang; +#X text 12 5 KEYWORDS control filter bang_op; +#X text 12 75 INLET_0 bang float; +#X text 12 95 INLET_1 float; +#X text 12 25 LICENSE GPL v2; +#X text 12 115 OUTLET_0 bang; +#X text 12 135 AUTHOR jdl@xdv.org; +#X restore 355 203 pd META; #X connect 0 0 3 1; #X connect 2 0 3 0; #X connect 3 0 1 0; |