Musical scale: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m syntax highlighting fixup automation
Blanvill (talk | contribs)
→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
Line 1,303:
End Sub</syntaxhighlight>
 
=={{header|V (Vlang)}}==
{{trans|Go}}
<br>
As Vlang doesn't have any audio support in its standard library, we instead build a .wav file which can then be played using a utility such as SoX.
<syntaxhighlight lang="v (vlang)">import strings
import os
import encoding.binary