3 lines
74 B
Raku
3 lines
74 B
Raku
for 0,2,4,5,7,9,11,12 {
|
|
shell "play -n -c1 synth 0.2 sin %{$_ - 9}"
|
|
}
|
for 0,2,4,5,7,9,11,12 {
|
|
shell "play -n -c1 synth 0.2 sin %{$_ - 9}"
|
|
}
|