Patch #4838 from Nils Wallménius. Adds Oscilloscope plugin to the manual. Remove the Oscillograph plugin + screenshots as well

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9054 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-03-15 23:07:23 +00:00
parent 318953334b
commit 211532c62a
12 changed files with 39 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -69,7 +69,7 @@ will carry on playing whilst plugins are being run.
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/mosaic.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/oscillograph.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/oscilloscope.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/snow.tex}}

View File

@ -1,30 +0,0 @@
\subsection{Oscillograph}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-oscillograph-\genericimg.png}
\end{center}
\caption{Oscillograph}
\end{figure}
This demo shows the shape of the sound samples that make up the music
being played.
At faster speed rates, the Jukebox is less responsive to user input.
\subsubsection{Key controls:}
\begin{table}[h!]
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
F1 & toggles whether to scroll or not \\
F2 & toggles filled / curve / plot \\
F3 & reset speed to 0 \\
UP & slow down scrolling \\
DOWN & Speeds up scrolling \\
PLAY & Pauses the demo \\
OFF & Exits demo \\\bottomrule
\end{tabular}
\end{center}
\end{table}

View File

@ -0,0 +1,38 @@
\subsection{Oscilloscope}
\begin{figure}[ht!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-oscilloscope-\genericimg.png}
\end{center}
\caption{Oscilloscope}
\end{figure}
This demo shows the shape of the sound samples that make up the music
being played. At faster speed rates, the Jukebox is less responsive
to user input and music may start to skip.
\subsubsection{Keys}
\begin{table}[ht!]
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx}{Select}\opt{h300}{Navi}\opt{ipodcolor,ipodnano}{Select+Play}
& Toggle filled / curve / plot \\
\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode+Right}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{Select+Right}
& Toggle whether to scroll or not \\
\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode+Left}\opt{h1xx,h300}{Record}\opt{ipodcolor,ipodnano}{Select+Left}
& Toggle drawing orientation \\
Left & Slow down scrolling \\
Right & Speed up scrolling \\
\opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}\opt{ondio}{Mode+Off}
& Pause the demo \\
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Up}\opt{ipodcolor,ipodnano}{Scroll forward}
& Increase volume\\
\opt{recorder,recorderv2fm,ondio,h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{Scroll backward}
& Decrease volume\\
\opt{recorder,recorderv2fm,h1xx,h300}{Stop}\opt{ondio}{Off}\opt{ipodcolor,ipodnano}{Select+Menu}
& Exit demo \\\bottomrule
\end{tabular}
\end{center}
\end{table}