diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:47:11 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-28 09:47:11 +0000 |
commit | a0aef64af84622e8d6d02c7714fb82178dea0286 (patch) | |
tree | 686f237df30d8a8bd6538b3eafd1e0790cac3355 /doc/objects/pdp_noise.pd | |
parent | 7da1d644ff98078ad2a78d940ec991abff440b00 (diff) |
pdp docs
svn path=/trunk/externals/pdp/; revision=439
Diffstat (limited to 'doc/objects/pdp_noise.pd')
-rw-r--r-- | doc/objects/pdp_noise.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/objects/pdp_noise.pd b/doc/objects/pdp_noise.pd new file mode 100644 index 0000000..732d4a1 --- /dev/null +++ b/doc/objects/pdp_noise.pd @@ -0,0 +1,21 @@ +#N canvas 614 448 575 277 10; +#X obj 46 231 pdp_help_output; +#X obj 46 198 pdp_noise; +#X obj 46 149 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X msg 174 71 dim 320 240; +#X text 270 71 set packet dimensions; +#X msg 174 98 type grey; +#X msg 174 121 type yv12; +#X text 270 100 generate greyscale; +#X text 270 119 generate colour (default); +#X msg 174 152 seed 123; +#X text 270 152 set seed value; +#X text 167 21 pdp_noise creates a random image (with uniform distribution +between -1 and 1) when a bang is received; +#X connect 1 0 0 0; +#X connect 2 0 1 0; +#X connect 3 0 1 0; +#X connect 5 0 1 0; +#X connect 6 0 1 0; +#X connect 9 0 1 0; |