b7330ca295
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
18 lines
No EOL
455 B
TeX
18 lines
No EOL
455 B
TeX
% $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.
|
|
|
|
\begin{btnmap}
|
|
\PluginCancel
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
|
|
& Open menu\\
|
|
|
|
\PluginExit
|
|
\opt{HAVEREMOTEKEYMAP}{& }
|
|
& Exit\\
|
|
\end{btnmap} |