FS#4939 - Modifications to recording section of manual
Attached to Project:
Rockbox
Opened by Mark Bright (Redbreva) - Tuesday, 28 March 2006, 18:53 GMT
Last edited by Martin Arver (tucoz) - Tuesday, 28 March 2006, 19:59 GMT
Opened by Mark Bright (Redbreva) - Tuesday, 28 March 2006, 18:53 GMT
Last edited by Martin Arver (tucoz) - Tuesday, 28 March 2006, 19:59 GMT
|
DetailsFirst *serious* attempt to modify TEX files:
Remove Recording Option if recording is not supported, Changes made to remove 'quality' option from SWCODEC recorders, as no settings possible on WAV recording? 1st stab at trying to use key \\opt to change F1, F2 etc on none archos platform - only covered H100 so far Added Directory, Show Rec at Startup and Clipping light menu options Made patch by typing 'cvs diff manual > Patch1' in the rockbox-devel directory... if patch fails, some advice on how to better create it would be appreciated. |
This task depends upon
The patch applies cleanly, and looks good.
However, do you think you could fix the recording table properly and post an updated patch?
You use the button macros in the following way:
Example:
\\opt{RECORDER_PAD}{\\ButtonLeft}
This will use the \\ButtonLeft text that is defined for all the targets that are defined to have the RECORDER_PAD option.
Look in the platform files under the platform directory for the defined macros. Also look at the other tables that use this
approach for naming buttons. And if you work on a specific section of the manual, you could write your name in the table in the wiki
so that you don't have to worry that your work clashes with someone else. http://www.rockbox.org/twiki/bin/view/Main/ManualHowto
Only one chapter - and specifically the recording table
The manuals build for all Rls 3 supported platforms, but am unsure on one of the keys for ONDIO hardware, same problem would apply to X5, but as that is not due in this release, that can be worried about later ;-)
Hope this is OK