61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
/*
|
|||
|
|
RECORD.HLP
|
||
|
|
|
||
|
|
Help file for Series 3a RECORD app
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY record_help
|
||
|
|
{
|
||
|
|
topic="Record";
|
||
|
|
topic_id=record_help_index;
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE TOPIC_ARRAY record_help_index
|
||
|
|
{
|
||
|
|
id_lst=
|
||
|
|
{
|
||
|
|
record_alarms,
|
||
|
|
record_voice
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY record_alarms
|
||
|
|
{
|
||
|
|
topic="Recording alarm sounds";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="Use `New file' (or Tab) to start recording to a file";},
|
||
|
|
STRING {str="Press Enter to play it back ";},
|
||
|
|
STRING {str="To try again, use Space to record to the same file";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Esc stops recording or playback";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Sound files have a built-in "<34>"number of repeats"<34>" and length";},
|
||
|
|
STRING {str="of silence between the repeats. Set these with `Set repeat'";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Sound files appear automatically in `Set alarm' dialogs";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
RESOURCE HELP_ARRAY record_voice
|
||
|
|
{
|
||
|
|
topic="Recording voice notes";
|
||
|
|
strlst=
|
||
|
|
{
|
||
|
|
STRING {str="In the System screen, move to `Record' and use";},
|
||
|
|
STRING {str="`Create new list' and change the `Directory for files'";},
|
||
|
|
STRING {str="line. Then voice recordings will not appear in the";},
|
||
|
|
STRING {str="`Set alarm' dialogs";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use `Assign button' and make a button-press go";},
|
||
|
|
STRING {str="to this list";},
|
||
|
|
STRING {str="";},
|
||
|
|
STRING {str="Use this button-press, then Tab, Enter and Space";},
|
||
|
|
STRING {str="to record each new note";}
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
|