Rosettacode tasks in Perl 6
More
Search
Ctrl + K
Musical scale
Copy
for
0,2,4,5,7,9,11,12 {
shell
"play -n -c1 synth 0.2 sin %{$_ - 9}"
}
Previous
Munching squares
Next
Mutex
Last updated
11 months ago