diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-09-08 20:55:45 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-09-08 20:55:45 +0000 |
commit | bb059ab78c607aa89f908524ff3df0eadb75730e (patch) | |
tree | 04e46290a724b2b446928d9f8626a86c909981c7 /manual/plugins | |
parent | a4559aeb6d335c217ee34ed6b7331cf32ea29a64 (diff) |
Manual section for the pitch detector (this is just the beginning)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22667 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/main.tex | 2 | ||||
-rw-r--r-- | manual/plugins/pitch_detector.tex | 8 |
2 files changed, 10 insertions, 0 deletions
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 {\input{plugins/metronome.tex}} +\opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}} + {\input{plugins/random_folder_advance_config.tex}} \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 @@ +% $Id$ % + +\subsection{Pitch Detector} + +With the Pitch Detector, you can play a note on a musical instrument, +and the plugin will tell you what note it is (e.g. A, A\#, B, etc.) The +frequency will also be displayed. This may be a great assistance when +tuning a musical instrument. |