-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathtaps_orig.sh
executable file
·46 lines (43 loc) · 1.1 KB
/
taps_orig.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/sh
TITLE='Taps'
DESCRIPTION=''
SOURCE='http://ubuntuforums.org/showthread.php?t=1157670'
G4='-f 392.00'
C5='-f 523.25'
E5='-f 659.26'
G5='-f 783.99'
whole='-l 2048'
dottedhalf='-l 1536'
half='-l 1024'
dottedquarter='-l 768'
quarter='-l 512'
dottedeighth='-l 384'
eighth='-l 256'
sixteenth='-l 128'
smallspace='-D 64'
longspace='-D 128'
beep \
$dottedeighth $G4 $smallspace -n \
$sixteenth $G4 $smallspace -n \
$dottedhalf $C5 $longspace -n \
$dottedeighth $G4 $smallspace -n \
$sixteenth $C5 $smallspace -n \
$dottedhalf $E5 $longspace -n \
$dottedeighth $G4 $smallspace -n \
$sixteenth $C5 $smallspace -n \
$quarter $E5 $smallspace -n \
$dottedeighth $G4 $smallspace -n \
$sixteenth $C5 $smallspace -n \
$quarter $E5 $smallspace -n \
$dottedeighth $G4 $smallspace -n \
$sixteenth $C5 $smallspace -n \
$dottedhalf $E5 $longspace -n \
$eighth $C5 $smallspace -n \
$eighth $E5 $smallspace -n \
$half $G5 $smallspace -n \
$quarter $E5 $smallspace -n \
$quarter $C5 $smallspace -n \
$dottedhalf $G4 $longspace -n \
$dottedeighth $G4 $smallspace -n \
$sixteenth $G4 $smallspace -n \
$whole $C5