summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/features.txt6
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/pitch_detector.tex8
3 files changed, 16 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 5dd7fd8720..91acdc5f4e 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -132,6 +132,12 @@ recording_swcodec
132#else 132#else
133recording_hwcodec 133recording_hwcodec
134#endif 134#endif
135#if defined(HAVE_LINE_IN)
136recording_linein
137#endif
138#if defined(HAVE_MIC_IN)
139recording_mic
140#endif
135#endif 141#endif
136 142
137#if defined(HAVE_REMOTE_LCD) 143#if defined(HAVE_REMOTE_LCD)
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index a737598059..51344123f7 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -185,6 +185,8 @@ the associated file. Viewers are stored in the
185 185
186{\input{plugins/metronome.tex}} 186{\input{plugins/metronome.tex}}
187 187
188\opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}}
189
188{\input{plugins/random_folder_advance_config.tex}} 190{\input{plugins/random_folder_advance_config.tex}}
189 191
190\opt{lcd_color}{\input{plugins/rockpaint.tex}} 192\opt{lcd_color}{\input{plugins/rockpaint.tex}}
diff --git a/manual/plugins/pitch_detector.tex b/manual/plugins/pitch_detector.tex
new file mode 100644
index 0000000000..8174e57a4a
--- /dev/null
+++ b/manual/plugins/pitch_detector.tex
@@ -0,0 +1,8 @@
1% $Id$ %
2
3\subsection{Pitch Detector}
4
5With the Pitch Detector, you can play a note on a musical instrument,
6and the plugin will tell you what note it is (e.g. A, A\#, B, etc.) The
7frequency will also be displayed. This may be a great assistance when
8tuning a musical instrument.