git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-chang.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'sounds/squawk-chang.rsc')
-rw-r--r--sounds/squawk-chang.rsc10
1 files changed, 10 insertions, 0 deletions
diff --git a/sounds/squawk-chang.rsc b/sounds/squawk-chang.rsc
new file mode 100644
index 0000000..73a4d45
--- /dev/null
+++ b/sounds/squawk-chang.rsc
@@ -0,0 +1,10 @@
+ :for j from=1 to=4 step=1 do={
+ :for i from=2000 to=50 step=-400 do={
+ :beep frequency=$i length=11ms;
+ :delay 11ms;
+ }
+ :for i from=800 to=2000 step=400 do={
+ :beep frequency=$i length=11ms;
+ :delay 11ms;
+ }
+ }