blob: 0b9363cf6ccf8b79d7d06aafe7af9c81ec2cb56e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% $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}
|