diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-09 19:57:15 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | d6ba9999928ae41c5e3801c5c271860615b00700 (patch) | |
tree | 812404ca7f8d6583c9aa8376c5ed187beee651e8 /moses-help.pd | |
parent | 7fe3362ee2afcd57daa1bb04b1ed6d103a6b5662 (diff) |
ported purepd to template Makefile/debian
svn path=/trunk/abstractions/purepd/; revision=13417
Diffstat (limited to 'moses-help.pd')
-rw-r--r-- | moses-help.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/moses-help.pd b/moses-help.pd new file mode 100644 index 0000000..c1f23c9 --- /dev/null +++ b/moses-help.pd @@ -0,0 +1,17 @@ +#N canvas 0 0 624 300 12; +#X obj 72 196 moses 10; +#X floatatom 72 164 4 0 0; +#X floatatom 139 167 4 0 0; +#X floatatom 72 229 4 0 0; +#X floatatom 139 230 4 0 0; +#X obj 63 24 moses; +#X text 118 23 - part a stream of numbers; +#X text 303 235 updated for Pd version 0.33; +#X text 24 64 Moses takes numbers and outputs them at left if they're +less than a control value \, and at right if they're greater or equal +to it. The creation argument initializes the control value (10 in this +example) and the right inlet changes it.; +#X connect 0 0 3 0; +#X connect 0 1 4 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; |