blob: 6b7fde92f09f4e0f0ac659659aa3acb9c10b4f1e (
plain)
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
|
\subsection{Metronome}
This plugin can be used as a metronome to keep time during music
practice. Adjust the tempo through the interface or by tapping it out
on the appropriate button.
\begin{btnmap}
\PluginExit
\opt{HAVEREMOTEKEYMAP}{& }
& Exit plugin \\
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Start / Stop \\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Tap tempo \\
\PluginLeft{} / \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
& Adjust tempo \\
\opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
\nopt{scrollwheel}{\PluginUp{} / \PluginDown}
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
& Adjust volume \\
\opt{h100,h300,e200}{
\ButtonRec
\opt{HAVEREMOTEKEYMAP}{& }
& Sync tap \\}
\end{btnmap}
|