git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-coo.rsc
blob: 5107e4cb8711520e9d9e793311c2e3f4e7a72763 (plain)
1
2
3
4
5
6
 :for i from=0 to=150 step=10 do={
   :beep frequency=(1295 - i) length=22ms;
   :delay 22ms;
   :beep frequency=(1095 + i) length=22ms;
   :delay 22ms;
 }