You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1KB

  1. <h3>Summary</h3>
  2. <div>
  3. <p>Create pink noise, using Stefan Stenzel's "New Shade Of Pink" algorithm.
  4. </p>
  5. <!--<p align=center><img src="img/whitenoise.png"></p>-->
  6. </div>
  7. <h3>Audio Connections</h3>
  8. <table class=doc align=center cellpadding=3>
  9. <tr class=top><th>Port</th><th>Purpose</th></tr>
  10. <tr class=odd><td align=center>Out 0</td><td>Pink Noise</td></tr>
  11. </table>
  12. <h3>Functions</h3>
  13. <p class=func><span class=keyword>amplitude</span>(level);</p>
  14. <p class=desc>Set the output peak level, from 0 (off) to 1.0.
  15. The default is off. Noise is generated only after setting
  16. to a non-zero level.
  17. </p>
  18. <h3>Examples</h3>
  19. <p class=exam>File &gt; Examples &gt; Audio &gt; MemoryAndCpuUsage
  20. </p>
  21. <h3>Notes</h3>
  22. <p>Setting the amplitude to zero causes this object to stop using
  23. CPU time. CPU usage is approx 3% on Teensy 3.1.
  24. </p>
  25. <p>Stefan Stenzel's
  26. <a href="http://stenzel.waldorfmusic.de/post/pink/" target="_blank">New Shade Of Pink</a>
  27. algorithm. Stefan's terms of use are "Use for any purpose. If used
  28. in a commercial product, you should give me one."
  29. </p>