aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/pink~-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-29 02:00:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-29 02:00:13 +0000
commit26a28e681d7baa0b6e41e44deee9e1b9416c64b1 (patch)
tree53f1bfce821fb63a8b0dc4bb8e957913aec94903 /doc/help/cyclone/pink~-help.pd
parentb2e8371cceb9837f340c1e0ed744d3178586962e (diff)
Added a few help files for cyclone
svn path=/trunk/externals/miXed/; revision=12694
Diffstat (limited to 'doc/help/cyclone/pink~-help.pd')
-rw-r--r--doc/help/cyclone/pink~-help.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/help/cyclone/pink~-help.pd b/doc/help/cyclone/pink~-help.pd
new file mode 100644
index 0000000..6bc6ada
--- /dev/null
+++ b/doc/help/cyclone/pink~-help.pd
@@ -0,0 +1,18 @@
+#N canvas 1352 396 489 429 10;
+#X declare -lib cyclone;
+#X text 15 35 Pink noise generator;
+#X obj 80 337 dac~;
+#X obj 80 264 *~ 0.2;
+#X text 20 141 pink~ is pretty simple. just connect its outlet to something
+and you get noise. the signal input is ignored.;
+#X text 18 58 pink~ generates pink noise \, as distinguished from white
+noise (which the MSP object noise~ generates). White noise has constant
+spectral power per hertz of bandwidth \, while pink noise has constant
+power per octave. Subjectively \, pink noise sounds less hissy than
+white noise.;
+#X obj 310 34 import cyclone;
+#X text 112 243;
+#X obj 80 228 pink~;
+#X connect 2 0 1 0;
+#X connect 2 0 1 1;
+#X connect 7 0 2 0;