git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/adams-larm.rsc
blob: 6e745975d8d328bbca10f6b2311715ae714ca8f3 (plain)
1
2
3
4
5
6
 :for t1 from=1 to=10 step=1 do={
   :for t2 from=300 to=1800 step=40 do={
     :beep frequency=$t2 length=11ms;
     :delay 11ms;
   }
 }