Home » Archimedes archive » Acorn User » AU 1995-07.adf » !Regulars_Regulars » StarInfo/Eyre/!Sender/!Help
StarInfo/Eyre/!Sender/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-07.adf » !Regulars_Regulars |
Filename: | StarInfo/Eyre/!Sender/!Help |
Read OK: | ✔ |
File size: | 0AB7 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Help for 'Morse Tutor' Version 1.24 by Steve Eyre � 1 March 1995 Random morse code generator for all you budding radio hams out there..... RISOS 2/3 Compatibility The main program alters according to which operating system is present. The only part of the application which may not be RiscOS 2 compatible is the Template file, which uses 3D icons. If the templates and sprites are redesigned...... Anyway....... Morse Tutor is fully multi-tasking, and attempts to keep to the Acorn program style guide. Run the application by double clicking on its icon. The program is largely self-explanatory, generating sixty seconds of morse code at a time, for comprehension practice, at speeds from 1 to about 20 words a minute. Apart from a slight lengthening under seven words a minute, the transmission speed of each character is kept constant, whatever operating system you are using. Essentially, the speed control only varies the interval between characters and words, as per RSGB guidelines. Only English numbers and characters are used. If you want foreign characters, punctuation, double dutch, (whatever turns you on....!) ....alter the Data statements at the end of the program. There's a morse code table help, and options to alter the pitch, volume, and speed of the transmission. Transmission content can be varied between random letters, random five-figure numbers or random words. The words are drawn from Data statements at the end of the program, which can be altered or added to at infinitum, as long as words are no longer than seven letters long, and the data statements end with a "*". Changing this option will only take effect from the start of the next transmission. There is also an option to have the data written on screen during or after each transmission. All the settings are savable, and reinstate on startup. Sound is generated using the default WaveSynth voice, which is fairly acceptable, though not ideal. You can alter this to any resident voice by changing the second parameter of the first ChannelVoice command in the !Run file. Of course there's nothing to stop you installing your own voice module!..... The final ChannelVoice command reinstates the WaveSynth voice on exit. The application is Public Domain, and can be freely copied, as long as it is an improvement on my feeble efforts, and the Help file is kept intact and unaltered. Happy tapping! The 'Start' and 'Help' icons are not in anti aliased fonts as it seems to confuse the font manager if these icons are held selected during a transmission. If anyone knows the reason why, I'd love to know! Hints or suggestions (helpful, that is....! ) to........ Steve Eyre 36 Greasby Road Greasby Wirral Merseyside L49 3NE 5 March 1995
00000000 48 65 6c 70 20 66 6f 72 20 27 4d 6f 72 73 65 20 |Help for 'Morse | 00000010 54 75 74 6f 72 27 20 20 56 65 72 73 69 6f 6e 20 |Tutor' Version | 00000020 31 2e 32 34 0a 0a 62 79 20 53 74 65 76 65 20 45 |1.24..by Steve E| 00000030 79 72 65 20 a9 20 31 20 4d 61 72 63 68 20 31 39 |yre . 1 March 19| 00000040 39 35 0a 0a 52 61 6e 64 6f 6d 20 6d 6f 72 73 65 |95..Random morse| 00000050 20 63 6f 64 65 20 67 65 6e 65 72 61 74 6f 72 0a | code generator.| 00000060 0a 66 6f 72 20 61 6c 6c 20 79 6f 75 20 62 75 64 |.for all you bud| 00000070 64 69 6e 67 20 72 61 64 69 6f 20 68 61 6d 73 20 |ding radio hams | 00000080 6f 75 74 20 74 68 65 72 65 2e 2e 2e 2e 2e 0a 0a |out there.......| 00000090 0a 52 49 53 4f 53 20 32 2f 33 20 43 6f 6d 70 61 |.RISOS 2/3 Compa| 000000a0 74 69 62 69 6c 69 74 79 0a 0a 54 68 65 20 6d 61 |tibility..The ma| 000000b0 69 6e 20 70 72 6f 67 72 61 6d 20 61 6c 74 65 72 |in program alter| 000000c0 73 20 61 63 63 6f 72 64 69 6e 67 20 74 6f 20 77 |s according to w| 000000d0 68 69 63 68 20 6f 70 65 72 61 74 69 6e 67 20 73 |hich operating s| 000000e0 79 73 74 65 6d 20 69 73 20 70 72 65 73 65 6e 74 |ystem is present| 000000f0 2e 0a 54 68 65 20 6f 6e 6c 79 20 70 61 72 74 20 |..The only part | 00000100 6f 66 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 |of the applicati| 00000110 6f 6e 20 77 68 69 63 68 20 6d 61 79 20 6e 6f 74 |on which may not| 00000120 20 62 65 20 52 69 73 63 4f 53 20 32 20 63 6f 6d | be RiscOS 2 com| 00000130 70 61 74 69 62 6c 65 20 69 73 20 74 68 65 20 54 |patible is the T| 00000140 65 6d 70 6c 61 74 65 20 66 69 6c 65 2c 20 77 68 |emplate file, wh| 00000150 69 63 68 20 75 73 65 73 20 33 44 20 69 63 6f 6e |ich uses 3D icon| 00000160 73 2e 20 49 66 20 74 68 65 20 74 65 6d 70 6c 61 |s. If the templa| 00000170 74 65 73 20 61 6e 64 20 73 70 72 69 74 65 73 20 |tes and sprites | 00000180 61 72 65 0a 72 65 64 65 73 69 67 6e 65 64 2e 2e |are.redesigned..| 00000190 2e 2e 2e 2e 0a 0a 41 6e 79 77 61 79 2e 2e 2e 2e |......Anyway....| 000001a0 2e 2e 2e 0a 0a 4d 6f 72 73 65 20 54 75 74 6f 72 |.....Morse Tutor| 000001b0 20 69 73 20 66 75 6c 6c 79 20 6d 75 6c 74 69 2d | is fully multi-| 000001c0 74 61 73 6b 69 6e 67 2c 20 61 6e 64 20 61 74 74 |tasking, and att| 000001d0 65 6d 70 74 73 20 74 6f 20 6b 65 65 70 20 74 6f |empts to keep to| 000001e0 20 74 68 65 20 41 63 6f 72 6e 0a 70 72 6f 67 72 | the Acorn.progr| 000001f0 61 6d 20 73 74 79 6c 65 20 67 75 69 64 65 2e 20 |am style guide. | 00000200 52 75 6e 20 74 68 65 20 61 70 70 6c 69 63 61 74 |Run the applicat| 00000210 69 6f 6e 20 62 79 20 64 6f 75 62 6c 65 20 63 6c |ion by double cl| 00000220 69 63 6b 69 6e 67 20 6f 6e 20 69 74 73 20 69 63 |icking on its ic| 00000230 6f 6e 2e 20 0a 0a 54 68 65 20 70 72 6f 67 72 61 |on. ..The progra| 00000240 6d 20 69 73 20 6c 61 72 67 65 6c 79 20 73 65 6c |m is largely sel| 00000250 66 2d 65 78 70 6c 61 6e 61 74 6f 72 79 2c 20 67 |f-explanatory, g| 00000260 65 6e 65 72 61 74 69 6e 67 20 73 69 78 74 79 20 |enerating sixty | 00000270 73 65 63 6f 6e 64 73 20 6f 66 0a 6d 6f 72 73 65 |seconds of.morse| 00000280 20 63 6f 64 65 20 61 74 20 61 20 74 69 6d 65 2c | code at a time,| 00000290 20 66 6f 72 20 63 6f 6d 70 72 65 68 65 6e 73 69 | for comprehensi| 000002a0 6f 6e 20 70 72 61 63 74 69 63 65 2c 20 61 74 20 |on practice, at | 000002b0 73 70 65 65 64 73 20 66 72 6f 6d 20 31 20 74 6f |speeds from 1 to| 000002c0 0a 61 62 6f 75 74 20 32 30 20 77 6f 72 64 73 20 |.about 20 words | 000002d0 61 20 6d 69 6e 75 74 65 2e 0a 0a 41 70 61 72 74 |a minute...Apart| 000002e0 20 66 72 6f 6d 20 61 20 73 6c 69 67 68 74 20 6c | from a slight l| 000002f0 65 6e 67 74 68 65 6e 69 6e 67 20 75 6e 64 65 72 |engthening under| 00000300 20 73 65 76 65 6e 20 77 6f 72 64 73 20 61 20 6d | seven words a m| 00000310 69 6e 75 74 65 2c 20 74 68 65 20 74 72 61 6e 73 |inute, the trans| 00000320 6d 69 73 73 69 6f 6e 20 73 70 65 65 64 20 6f 66 |mission speed of| 00000330 20 65 61 63 68 20 63 68 61 72 61 63 74 65 72 20 | each character | 00000340 69 73 20 6b 65 70 74 20 63 6f 6e 73 74 61 6e 74 |is kept constant| 00000350 2c 20 77 68 61 74 65 76 65 72 20 6f 70 65 72 61 |, whatever opera| 00000360 74 69 6e 67 20 73 79 73 74 65 6d 0a 79 6f 75 20 |ting system.you | 00000370 61 72 65 20 75 73 69 6e 67 2e 20 45 73 73 65 6e |are using. Essen| 00000380 74 69 61 6c 6c 79 2c 20 74 68 65 20 73 70 65 65 |tially, the spee| 00000390 64 20 63 6f 6e 74 72 6f 6c 20 6f 6e 6c 79 20 76 |d control only v| 000003a0 61 72 69 65 73 20 74 68 65 20 69 6e 74 65 72 76 |aries the interv| 000003b0 61 6c 0a 62 65 74 77 65 65 6e 20 63 68 61 72 61 |al.between chara| 000003c0 63 74 65 72 73 20 61 6e 64 20 77 6f 72 64 73 2c |cters and words,| 000003d0 20 61 73 20 70 65 72 20 52 53 47 42 20 67 75 69 | as per RSGB gui| 000003e0 64 65 6c 69 6e 65 73 2e 20 4f 6e 6c 79 20 45 6e |delines. Only En| 000003f0 67 6c 69 73 68 20 6e 75 6d 62 65 72 73 0a 61 6e |glish numbers.an| 00000400 64 20 63 68 61 72 61 63 74 65 72 73 20 61 72 65 |d characters are| 00000410 20 75 73 65 64 2e 0a 0a 49 66 20 79 6f 75 20 77 | used...If you w| 00000420 61 6e 74 20 66 6f 72 65 69 67 6e 20 63 68 61 72 |ant foreign char| 00000430 61 63 74 65 72 73 2c 20 70 75 6e 63 74 75 61 74 |acters, punctuat| 00000440 69 6f 6e 2c 20 64 6f 75 62 6c 65 20 64 75 74 63 |ion, double dutc| 00000450 68 2c 20 28 77 68 61 74 65 76 65 72 20 74 75 72 |h, (whatever tur| 00000460 6e 73 0a 79 6f 75 20 6f 6e 2e 2e 2e 2e 21 29 20 |ns.you on....!) | 00000470 20 2e 2e 2e 2e 61 6c 74 65 72 20 74 68 65 20 44 | ....alter the D| 00000480 61 74 61 20 73 74 61 74 65 6d 65 6e 74 73 20 61 |ata statements a| 00000490 74 20 74 68 65 20 65 6e 64 20 6f 66 20 74 68 65 |t the end of the| 000004a0 20 70 72 6f 67 72 61 6d 2e 0a 0a 54 68 65 72 65 | program...There| 000004b0 27 73 20 61 20 6d 6f 72 73 65 20 63 6f 64 65 20 |'s a morse code | 000004c0 74 61 62 6c 65 20 68 65 6c 70 2c 20 61 6e 64 20 |table help, and | 000004d0 6f 70 74 69 6f 6e 73 20 74 6f 20 61 6c 74 65 72 |options to alter| 000004e0 20 74 68 65 20 70 69 74 63 68 2c 20 76 6f 6c 75 | the pitch, volu| 000004f0 6d 65 2c 0a 61 6e 64 20 73 70 65 65 64 20 6f 66 |me,.and speed of| 00000500 20 74 68 65 20 74 72 61 6e 73 6d 69 73 73 69 6f | the transmissio| 00000510 6e 2e 0a 0a 54 72 61 6e 73 6d 69 73 73 69 6f 6e |n...Transmission| 00000520 20 63 6f 6e 74 65 6e 74 20 63 61 6e 20 62 65 20 | content can be | 00000530 76 61 72 69 65 64 20 62 65 74 77 65 65 6e 20 72 |varied between r| 00000540 61 6e 64 6f 6d 20 6c 65 74 74 65 72 73 2c 20 72 |andom letters, r| 00000550 61 6e 64 6f 6d 0a 66 69 76 65 2d 66 69 67 75 72 |andom.five-figur| 00000560 65 20 6e 75 6d 62 65 72 73 20 6f 72 20 72 61 6e |e numbers or ran| 00000570 64 6f 6d 20 77 6f 72 64 73 2e 20 54 68 65 20 77 |dom words. The w| 00000580 6f 72 64 73 20 61 72 65 20 64 72 61 77 6e 20 66 |ords are drawn f| 00000590 72 6f 6d 20 44 61 74 61 0a 73 74 61 74 65 6d 65 |rom Data.stateme| 000005a0 6e 74 73 20 61 74 20 74 68 65 20 65 6e 64 20 6f |nts at the end o| 000005b0 66 20 74 68 65 20 70 72 6f 67 72 61 6d 2c 20 77 |f the program, w| 000005c0 68 69 63 68 20 63 61 6e 20 62 65 20 61 6c 74 65 |hich can be alte| 000005d0 72 65 64 20 6f 72 20 61 64 64 65 64 20 74 6f 0a |red or added to.| 000005e0 61 74 20 69 6e 66 69 6e 69 74 75 6d 2c 20 61 73 |at infinitum, as| 000005f0 20 6c 6f 6e 67 20 61 73 20 77 6f 72 64 73 20 61 | long as words a| 00000600 72 65 20 6e 6f 20 6c 6f 6e 67 65 72 20 74 68 61 |re no longer tha| 00000610 6e 20 73 65 76 65 6e 20 6c 65 74 74 65 72 73 20 |n seven letters | 00000620 6c 6f 6e 67 2c 20 61 6e 64 0a 74 68 65 20 64 61 |long, and.the da| 00000630 74 61 20 73 74 61 74 65 6d 65 6e 74 73 20 65 6e |ta statements en| 00000640 64 20 77 69 74 68 20 61 20 22 2a 22 2e 20 43 68 |d with a "*". Ch| 00000650 61 6e 67 69 6e 67 20 74 68 69 73 20 6f 70 74 69 |anging this opti| 00000660 6f 6e 20 77 69 6c 6c 20 6f 6e 6c 79 20 74 61 6b |on will only tak| 00000670 65 0a 65 66 66 65 63 74 20 66 72 6f 6d 20 74 68 |e.effect from th| 00000680 65 20 73 74 61 72 74 20 6f 66 20 74 68 65 20 6e |e start of the n| 00000690 65 78 74 20 74 72 61 6e 73 6d 69 73 73 69 6f 6e |ext transmission| 000006a0 2e 0a 0a 54 68 65 72 65 20 69 73 20 61 6c 73 6f |...There is also| 000006b0 20 61 6e 20 6f 70 74 69 6f 6e 20 74 6f 20 68 61 | an option to ha| 000006c0 76 65 20 74 68 65 20 64 61 74 61 20 77 72 69 74 |ve the data writ| 000006d0 74 65 6e 20 6f 6e 20 73 63 72 65 65 6e 20 64 75 |ten on screen du| 000006e0 72 69 6e 67 20 6f 72 0a 61 66 74 65 72 20 65 61 |ring or.after ea| 000006f0 63 68 20 74 72 61 6e 73 6d 69 73 73 69 6f 6e 2e |ch transmission.| 00000700 0a 0a 41 6c 6c 20 74 68 65 20 73 65 74 74 69 6e |..All the settin| 00000710 67 73 20 61 72 65 20 73 61 76 61 62 6c 65 2c 20 |gs are savable, | 00000720 61 6e 64 20 72 65 69 6e 73 74 61 74 65 20 6f 6e |and reinstate on| 00000730 20 73 74 61 72 74 75 70 2e 0a 0a 53 6f 75 6e 64 | startup...Sound| 00000740 20 69 73 20 67 65 6e 65 72 61 74 65 64 20 75 73 | is generated us| 00000750 69 6e 67 20 74 68 65 20 64 65 66 61 75 6c 74 20 |ing the default | 00000760 57 61 76 65 53 79 6e 74 68 20 76 6f 69 63 65 2c |WaveSynth voice,| 00000770 20 77 68 69 63 68 20 69 73 20 66 61 69 72 6c 79 | which is fairly| 00000780 0a 61 63 63 65 70 74 61 62 6c 65 2c 20 74 68 6f |.acceptable, tho| 00000790 75 67 68 20 6e 6f 74 20 69 64 65 61 6c 2e 20 59 |ugh not ideal. Y| 000007a0 6f 75 20 63 61 6e 20 61 6c 74 65 72 20 74 68 69 |ou can alter thi| 000007b0 73 20 74 6f 20 61 6e 79 20 72 65 73 69 64 65 6e |s to any residen| 000007c0 74 20 76 6f 69 63 65 0a 62 79 20 63 68 61 6e 67 |t voice.by chang| 000007d0 69 6e 67 20 74 68 65 20 73 65 63 6f 6e 64 20 70 |ing the second p| 000007e0 61 72 61 6d 65 74 65 72 20 6f 66 20 74 68 65 20 |arameter of the | 000007f0 66 69 72 73 74 20 43 68 61 6e 6e 65 6c 56 6f 69 |first ChannelVoi| 00000800 63 65 20 63 6f 6d 6d 61 6e 64 20 69 6e 20 74 68 |ce command in th| 00000810 65 0a 21 52 75 6e 20 66 69 6c 65 2e 20 4f 66 20 |e.!Run file. Of | 00000820 63 6f 75 72 73 65 20 74 68 65 72 65 27 73 20 6e |course there's n| 00000830 6f 74 68 69 6e 67 20 74 6f 20 73 74 6f 70 20 79 |othing to stop y| 00000840 6f 75 20 69 6e 73 74 61 6c 6c 69 6e 67 20 79 6f |ou installing yo| 00000850 75 72 20 6f 77 6e 20 76 6f 69 63 65 0a 6d 6f 64 |ur own voice.mod| 00000860 75 6c 65 21 2e 2e 2e 2e 2e 20 54 68 65 20 66 69 |ule!..... The fi| 00000870 6e 61 6c 20 43 68 61 6e 6e 65 6c 56 6f 69 63 65 |nal ChannelVoice| 00000880 20 63 6f 6d 6d 61 6e 64 20 72 65 69 6e 73 74 61 | command reinsta| 00000890 74 65 73 20 74 68 65 20 57 61 76 65 53 79 6e 74 |tes the WaveSynt| 000008a0 68 20 76 6f 69 63 65 0a 6f 6e 20 65 78 69 74 2e |h voice.on exit.| 000008b0 0a 0a 54 68 65 20 61 70 70 6c 69 63 61 74 69 6f |..The applicatio| 000008c0 6e 20 69 73 20 50 75 62 6c 69 63 20 44 6f 6d 61 |n is Public Doma| 000008d0 69 6e 2c 20 61 6e 64 20 63 61 6e 20 62 65 20 66 |in, and can be f| 000008e0 72 65 65 6c 79 20 63 6f 70 69 65 64 2c 20 61 73 |reely copied, as| 000008f0 20 6c 6f 6e 67 20 61 73 0a 69 74 20 69 73 20 61 | long as.it is a| 00000900 6e 20 69 6d 70 72 6f 76 65 6d 65 6e 74 20 6f 6e |n improvement on| 00000910 20 6d 79 20 66 65 65 62 6c 65 20 65 66 66 6f 72 | my feeble effor| 00000920 74 73 2c 20 61 6e 64 20 74 68 65 20 48 65 6c 70 |ts, and the Help| 00000930 20 66 69 6c 65 20 69 73 20 6b 65 70 74 0a 69 6e | file is kept.in| 00000940 74 61 63 74 20 61 6e 64 20 75 6e 61 6c 74 65 72 |tact and unalter| 00000950 65 64 2e 0a 0a 48 61 70 70 79 20 74 61 70 70 69 |ed...Happy tappi| 00000960 6e 67 21 0a 0a 54 68 65 20 27 53 74 61 72 74 27 |ng!..The 'Start'| 00000970 20 61 6e 64 20 27 48 65 6c 70 27 20 69 63 6f 6e | and 'Help' icon| 00000980 73 20 61 72 65 20 6e 6f 74 20 69 6e 20 61 6e 74 |s are not in ant| 00000990 69 20 61 6c 69 61 73 65 64 20 66 6f 6e 74 73 20 |i aliased fonts | 000009a0 61 73 20 69 74 20 73 65 65 6d 73 20 74 6f 0a 63 |as it seems to.c| 000009b0 6f 6e 66 75 73 65 20 74 68 65 20 66 6f 6e 74 20 |onfuse the font | 000009c0 6d 61 6e 61 67 65 72 20 69 66 20 74 68 65 73 65 |manager if these| 000009d0 20 69 63 6f 6e 73 20 61 72 65 20 68 65 6c 64 20 | icons are held | 000009e0 73 65 6c 65 63 74 65 64 20 64 75 72 69 6e 67 20 |selected during | 000009f0 61 0a 74 72 61 6e 73 6d 69 73 73 69 6f 6e 2e 20 |a.transmission. | 00000a00 49 66 20 61 6e 79 6f 6e 65 20 6b 6e 6f 77 73 20 |If anyone knows | 00000a10 74 68 65 20 72 65 61 73 6f 6e 20 77 68 79 2c 20 |the reason why, | 00000a20 49 27 64 20 6c 6f 76 65 20 74 6f 20 6b 6e 6f 77 |I'd love to know| 00000a30 21 0a 0a 48 69 6e 74 73 20 6f 72 20 73 75 67 67 |!..Hints or sugg| 00000a40 65 73 74 69 6f 6e 73 20 28 68 65 6c 70 66 75 6c |estions (helpful| 00000a50 2c 20 74 68 61 74 20 69 73 2e 2e 2e 2e 21 20 29 |, that is....! )| 00000a60 20 74 6f 2e 2e 2e 2e 2e 2e 2e 2e 0a 0a 53 74 65 | to..........Ste| 00000a70 76 65 20 45 79 72 65 0a 33 36 20 47 72 65 61 73 |ve Eyre.36 Greas| 00000a80 62 79 20 52 6f 61 64 0a 47 72 65 61 73 62 79 0a |by Road.Greasby.| 00000a90 57 69 72 72 61 6c 0a 4d 65 72 73 65 79 73 69 64 |Wirral.Merseysid| 00000aa0 65 0a 4c 34 39 20 33 4e 45 0a 0a 35 20 4d 61 72 |e.L49 3NE..5 Mar| 00000ab0 63 68 20 31 39 39 35 |ch 1995| 00000ab7