README
1This is Morse Classic, a generic morse-code practice utility for Unix systems.
2You'll invoke it as "morse"; the full name is to distinguish it from Alan
3Cox's "morse" program.
4
5Currently supported devices:
6 X11: The X11 window system. (Warning: not all X11 implementations handle
7 duration and frequency of beeps properly!)
8 Linux: The IBM PC console speaker.
9 OSS: Open Sound System /dev/dsp device. Also works with the newer
10 ALSA Linux sound system using the legacy OSS device.
11 PA: PulseAudio using the pulse-simple client API.
12 ALSA: ALSA Linux sound system /dev/snd/* device.
13
14Adding a new device is as simple as creating a new implementation of the
15beep.h interface. See beep*.[ch] for examples and documentation.
16Please send any additions to the maintainers.
17
18A modified version of the program "QSO" by Paul J. Drongowski is also included.
19
20For the character set this trainer generates, see the manual page.
21Special Characters and Groups (never included, placed here for completeness) :
22
23Multiplication sign -..- (the same as x, ISO 8859-1 code 215 ?)
24
25"Mistake, delete the last word" ........ (actually six or more dots are
26used for this purpose, eight dots are recommended).
27
28Cut Numbers :
291 .- 6 -... 1 .- 6 -....
302 ..- 7 --. 2 ..- 7 -...
313 .-- 8 -.. 3 ...- 8 -..
324 ...- 9 -. 4 ....- 9 -.
335 ... 0 - 5 . 0 -
34