Sine wave: Difference between revisions

212 bytes added ,  2 years ago
add AmigaBASIC
(add AmigaBASIC)
Line 9:
::# play sound
 
=={{header|AmigaBASIC}}==
<lang basic>SOUND 440,77</lang>
The maximum allowed sound duration parameter in AmigaBASIC is 77 units. Since a second equals 18.2 sound units, this tone will only play for 4.23 seconds.
 
=={{header|BASIC256}}==
<lang BASIC256>sound 440, 5000</lang>
 
 
=={{header|Delphi}}==
Anonymous user