Musical scale: Difference between revisions

Content deleted Content added
m →‎{{header|C}}: Removed wrong header templates
Kon (talk | contribs)
Line 6: Line 6:


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==
{{works with|AutoHotkey_L}}
{{works with|AutoHotkey 1.1}}
<lang AutoHotkey>for key, val in [261.63, 293.66, 329.63, 349.23, 392.00, 440.00, 493.88, 523.25]
<lang AutoHotkey>for key, val in [261.63, 293.66, 329.63, 349.23, 392.00, 440.00, 493.88, 523.25]
SoundBeep, % val, 500</lang>
SoundBeep, % val, 500</lang>