Difference between revisions of "Sound.sineWave"
Jump to navigation
Jump to search
(Created page with "<c>Sound.sineWave</c> returns a 128-element list approximating a sine wave. === Usage Notes === <c>Sound.sineWave</c> produces a smooth, pure tone. Category:Mini M...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <c>[[Sound.sineWave | + | <c>[[Sound]].sineWave</c> returns a 128-element list approximating a sine wave. |
− | + | For use with the ''waveform'' parameter of [[Sound.init]]. | |
− | + | This produces a smooth, pure tone. | |
− | |||
[[Category:Mini Micro]] | [[Category:Mini Micro]] |
Latest revision as of 15:11, 2 April 2020
Sound.sineWave
returns a 128-element list approximating a sine wave.
For use with the waveform parameter of Sound.init.
This produces a smooth, pure tone.