-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
121 lines (111 loc) · 3.44 KB
/
info.plist
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>com.neilrenicker.pitch-pipe</string>
<key>connections</key>
<dict>
<key>9BBE7DAF-9B24-4ED7-BC54-5672AF626EBC</key>
<array>
<dict>
<key>destinationuid</key>
<string>0567E72F-6335-437D-AA73-8589B196EE59</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Neil Renicker</string>
<key>description</key>
<string>Play pitch pipe tones</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Pitch Pipe</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>escaping</key>
<integer>0</integer>
<key>script</key>
<string>set temp to "{query}"
do shell script "afplay tones/" & temp & ".mp3"</string>
<key>type</key>
<integer>6</integer>
</dict>
<key>type</key>
<string>alfred.workflow.output.script</string>
<key>uid</key>
<string>0567E72F-6335-437D-AA73-8589B196EE59</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>0</integer>
<key>keyword</key>
<string>pitch</string>
<key>script</key>
<string>php -f pitch_pipe.php "{query}"</string>
<key>subtext</key>
<string>Type a pitch to play. Ex "c", "ab", "f#"</string>
<key>title</key>
<string>Pitch Pipe</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>9BBE7DAF-9B24-4ED7-BC54-5672AF626EBC</string>
<key>version</key>
<integer>0</integer>
</dict>
</array>
<key>readme</key>
<string>## Pitch pipe workflow for [Alfred][1]
Let [Alfred][1] help you sing on key! This workflow gives you quick access to the pitches of the [diatonic scale][2]. Here are some ways you might use alfred-pitch-pipe:
* prepare your church, school band, or other group music
* tune your guitar (or other instrument)
* start a [barbershop quartet!][3]
### [View releases and download](https://github.com/neilrenicker/alfred-pitch-pipe/releases)
## How to use:
* [download](https://github.com/neilrenicker/alfred-pitch-pipe/releases) alfred-pitch-pipe and double click the file to install
* type `pitch` into Alfred
* select a pitch (or type the shortcut keys shown within the workflow), and press enter to play the tone
[1]: http://www.alfredapp.com/
[2]: http://en.wikipedia.org/wiki/Diatonic_scale
[3]: http://en.wikipedia.org/wiki/Barbershop_music
---
### Credits:
* "Vinyl" icon courtesy [Oliver Scholtz](http://linux.softpedia.com/developer/Oliver-Scholtz-93.html) via [www.iconfinder.com](https://www.iconfinder.com/icons/23864/disc_lp_music_vinyl_icon)
* mp3 tones courtesy [www.harmonize.com](http://www.harmonize.com/metropolis/online_pitch_pipe.htm)</string>
<key>uidata</key>
<dict>
<key>0567E72F-6335-437D-AA73-8589B196EE59</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
<key>9BBE7DAF-9B24-4ED7-BC54-5672AF626EBC</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
</dict>
<key>webaddress</key>
<string>https://github.com/neilrenicker/alfred-pitch-pipe</string>
</dict>
</plist>