Musical scale: Difference between revisions

m (or midi file)
Line 11:
c d e f
g a b c
}</lang>
=={{header|Perl 6}}==
<lang perl6>for 0,2,4,5,7,9,11,12 {
shell "play -n -c1 synth 0.2 sin %{$_ - 9}"
}</lang>
 
Anonymous user