diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-06-15 02:53:08 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-06-15 02:53:08 +0000 |
commit | 3f2a13249689a13b7b3aa8d4c83aed121c28d366 (patch) | |
tree | 795994bbc13a764ec32d42f11661bdd9b6a67ddb /help | |
parent | 062d691a0e7e14ce16edde0394be3a56b314c9ad (diff) |
made default argument be 1 so that object will pass data thru if no argument is given, instead of outputing nothing
svn path=/trunk/externals/mapping/; revision=5245
Diffstat (limited to 'help')
-rw-r--r-- | help/upsample-help.pd | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/help/upsample-help.pd b/help/upsample-help.pd index f102224..a17243d 100644 --- a/help/upsample-help.pd +++ b/help/upsample-help.pd @@ -1,6 +1,19 @@ -#N canvas 342 493 444 426 10; -#X msg 26 90 1; -#X obj 26 144 print; -#X obj 25 118 upsample 3; -#X connect 0 0 2 0; -#X connect 2 0 1 0; +#N canvas 355 237 367 339 10; +#X msg 82 101 1; +#X obj 84 226 print; +#X obj 204 227 print ---------; +#X text 79 77 increase the sampling rate; +#X obj 83 140 trigger float bang; +#X obj 98 119 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 2600 1; +#X obj 83 200 upsample 3; +#X obj 158 177 hsl 128 15 0 10 0 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 4100 1; +#X floatatom 162 201 5 0 0 0 - - -; +#X connect 0 0 4 0; +#X connect 4 0 6 0; +#X connect 4 1 2 0; +#X connect 5 0 4 0; +#X connect 6 0 1 0; +#X connect 7 0 6 1; +#X connect 7 0 8 0; |