GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
sleep readme
[mirrors/Programs.git]
/
bash
/
bash-synthesizer
/
synth.bash
Commit
Line
Data
21c4e167
H
1
#!/bin/bash
2
{
3
for x in {0..100}; {
4
for i in {-2..2}; {
5
i=$[$i*$x];
6
echo -ne "\x$i";
7
}
8
}
9
} | aplay # -r 44100
This page took
0.135987 seconds
and
4
git commands to generate.