Difference between revisions of "Sound.sineWave"

From MiniScript Wiki
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...")
 
Line 1: Line 1:
<c>[[Sound.sineWave]]</c> returns a 128-element list approximating a sine wave.
+
<c>[[Sound]].sineWave</c> returns a 128-element list approximating a sine wave.
  
 
=== Usage Notes ===
 
=== Usage Notes ===
<c>[[Sound.sineWave]]</c> produces a smooth, pure tone.
+
<c>[[Sound]].sineWave</c> produces a smooth, pure tone.
  
 
[[Category:Mini Micro]]
 
[[Category:Mini Micro]]

Revision as of 22:38, 1 April 2020

Sound.sineWave returns a 128-element list approximating a sine wave.

Usage Notes

Sound.sineWave produces a smooth, pure tone.