diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-15 23:07:23 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-15 23:07:23 +0000 |
| commit | 211532c62a272c5b36a2e3ec3eb53537b4e2881f (patch) | |
| tree | 0d0462b04b1d223c4f734a801055e55a28be7adb | |
| parent | 318953334b6252d2c3bc583eb0320f04567c18ba (diff) | |
| download | rockbox-211532c62a272c5b36a2e3ec3eb53537b4e2881f.zip rockbox-211532c62a272c5b36a2e3ec3eb53537b4e2881f.tar.gz rockbox-211532c62a272c5b36a2e3ec3eb53537b4e2881f.tar.bz2 rockbox-211532c62a272c5b36a2e3ec3eb53537b4e2881f.tar.xz | |
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
| -rw-r--r-- | manual/plugins/images/ss-oscillograph-112x64x1.png | bin | 349 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscillograph-160x128x2.png | bin | 149 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscillograph-176x132x16.png | bin | 410 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscillograph-220x176x16.png | bin | 599 -> 0 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscilloscope-112x64x1.png | bin | 0 -> 335 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscilloscope-160x128x2.png | bin | 0 -> 543 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscilloscope-176x132x16.png | bin | 0 -> 1069 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscilloscope-220x176x16.png | bin | 0 -> 1407 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-oscilloscope-320x240x16.png | bin | 0 -> 2027 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/oscillograph.tex | 30 | ||||
| -rw-r--r-- | manual/plugins/oscilloscope.tex | 38 |
12 files changed, 39 insertions, 31 deletions
diff --git a/manual/plugins/images/ss-oscillograph-112x64x1.png b/manual/plugins/images/ss-oscillograph-112x64x1.png Binary files differdeleted file mode 100644 index 305b0ba..0000000 --- a/manual/plugins/images/ss-oscillograph-112x64x1.png +++ /dev/null diff --git a/manual/plugins/images/ss-oscillograph-160x128x2.png b/manual/plugins/images/ss-oscillograph-160x128x2.png Binary files differdeleted file mode 100644 index ae8c8c2..0000000 --- a/manual/plugins/images/ss-oscillograph-160x128x2.png +++ /dev/null diff --git a/manual/plugins/images/ss-oscillograph-176x132x16.png b/manual/plugins/images/ss-oscillograph-176x132x16.png Binary files differdeleted file mode 100644 index 9168ce5..0000000 --- a/manual/plugins/images/ss-oscillograph-176x132x16.png +++ /dev/null diff --git a/manual/plugins/images/ss-oscillograph-220x176x16.png b/manual/plugins/images/ss-oscillograph-220x176x16.png Binary files differdeleted file mode 100644 index 8a9608a..0000000 --- a/manual/plugins/images/ss-oscillograph-220x176x16.png +++ /dev/null diff --git a/manual/plugins/images/ss-oscilloscope-112x64x1.png b/manual/plugins/images/ss-oscilloscope-112x64x1.png Binary files differnew file mode 100644 index 0000000..4503dc0 --- /dev/null +++ b/manual/plugins/images/ss-oscilloscope-112x64x1.png diff --git a/manual/plugins/images/ss-oscilloscope-160x128x2.png b/manual/plugins/images/ss-oscilloscope-160x128x2.png Binary files differnew file mode 100644 index 0000000..e308fc8 --- /dev/null +++ b/manual/plugins/images/ss-oscilloscope-160x128x2.png diff --git a/manual/plugins/images/ss-oscilloscope-176x132x16.png b/manual/plugins/images/ss-oscilloscope-176x132x16.png Binary files differnew file mode 100644 index 0000000..8e37082 --- /dev/null +++ b/manual/plugins/images/ss-oscilloscope-176x132x16.png diff --git a/manual/plugins/images/ss-oscilloscope-220x176x16.png b/manual/plugins/images/ss-oscilloscope-220x176x16.png Binary files differnew file mode 100644 index 0000000..6afce6f --- /dev/null +++ b/manual/plugins/images/ss-oscilloscope-220x176x16.png diff --git a/manual/plugins/images/ss-oscilloscope-320x240x16.png b/manual/plugins/images/ss-oscilloscope-320x240x16.png Binary files differnew file mode 100644 index 0000000..b3ae57e --- /dev/null +++ b/manual/plugins/images/ss-oscilloscope-320x240x16.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index d8bfb08..c5c5d73 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -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}} diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex deleted file mode 100644 index 87099b2..0000000 --- a/manual/plugins/oscillograph.tex +++ /dev/null @@ -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} - diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex new file mode 100644 index 0000000..8324b85 --- /dev/null +++ b/manual/plugins/oscilloscope.tex @@ -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} + |