diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-28 07:22:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-28 07:22:53 +0000 |
commit | f5e031993c4c53d861ecc8482ef9d20a67f59d03 (patch) | |
tree | 01a0cbdbaae1a5fb6504a08501f3ea096126c57f /help | |
parent | 578cd2e30e3fd7712ef8e7e34664761229707858 (diff) |
added Cyrille's sampling objects
svn path=/trunk/externals/mapping/; revision=4627
Diffstat (limited to 'help')
-rw-r--r-- | help/downsample-help.pd | 16 | ||||
-rw-r--r-- | help/resample-help.pd | 26 | ||||
-rw-r--r-- | help/upsample-help.pd | 6 |
3 files changed, 48 insertions, 0 deletions
diff --git a/help/downsample-help.pd b/help/downsample-help.pd new file mode 100644 index 0000000..bb2881b --- /dev/null +++ b/help/downsample-help.pd @@ -0,0 +1,16 @@ +#N canvas 0 0 444 426 10; +#X floatatom 43 52 5 0 0 0 - - -; +#X floatatom 43 257 5 0 0 0 - - -; +#X obj 84 168 t b b; +#X obj 84 195 timer; +#X floatatom 84 221 5 0 0 0 - - -; +#X obj 43 77 resample 30; +#X obj 43 108 downsample 3; +#X text 120 25 output 1 over n data.; +#X connect 0 0 5 0; +#X connect 2 0 3 0; +#X connect 2 1 3 1; +#X connect 3 0 4 0; +#X connect 5 0 6 0; +#X connect 6 0 2 0; +#X connect 6 0 1 0; diff --git a/help/resample-help.pd b/help/resample-help.pd new file mode 100644 index 0000000..bc9d2a8 --- /dev/null +++ b/help/resample-help.pd @@ -0,0 +1,26 @@ +#N canvas 0 0 276 383 10; +#X floatatom 43 52 5 0 0 0 - - -; +#X floatatom 43 319 5 0 0 0 - - -; +#X obj 67 177 timer; +#X obj 67 154 t b b; +#X floatatom 67 200 5 0 0 0 - - -; +#X obj 66 272 timer; +#X obj 66 250 t b b; +#X floatatom 66 296 5 0 0 0 - - -; +#X floatatom 64 82 5 0 0 0 - - -; +#X msg 64 104 \$1 1; +#X obj 43 128 resample 10; +#X obj 43 224 resample 100; +#X connect 0 0 10 0; +#X connect 2 0 4 0; +#X connect 3 0 2 0; +#X connect 3 1 2 1; +#X connect 5 0 7 0; +#X connect 6 0 5 0; +#X connect 6 1 5 1; +#X connect 8 0 9 0; +#X connect 9 0 10 0; +#X connect 10 0 3 0; +#X connect 10 0 11 0; +#X connect 11 0 1 0; +#X connect 11 0 6 0; diff --git a/help/upsample-help.pd b/help/upsample-help.pd new file mode 100644 index 0000000..f102224 --- /dev/null +++ b/help/upsample-help.pd @@ -0,0 +1,6 @@ +#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; |