"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "rtsynth-1.5.6.bin/README" of archive rtsynth-1.5.6.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 Real time sound synthesis for Linux i586/i686 systems.
3
4 RTSynth is a polyphone real time string synthesiser with
5 integrated audio effects.
6 A large number of synth and effect patches are included.
7 The real time midi/audio interface is pre-alpha and may not
8 work perfect under all circumstances.
9 The theoretical time delay between a midi input event
10 and the corresponding audio output is about 3 ms.
11 The output sampling rate is 44100 samples per second.
12 Midi events are read from /dev/midi00 or a pipe.
13 Currently only NoteOn, NoteOff, AllNotesOff/SoundsOff, NoteVeloc,
14 MidiHoldPedal, MidiVolume and MidiPan are implemented.
15 The binary is pentium optimised.
16
17 RTSynth is developed on an "old" Cyrix i686 166+ CPU based
18 system. On more up to date pentium systems it should perform
19 much better (especially when using several audio effects).
20
21 You should set RTSynth to owner root by:
22
23 su
24 chown root RTSynth
25 chmod +s RTSynth
26
27 This is necessary for RTSynth to be controlled by the real time
28 scheduler!
29
30
31 RTSynth needs the following libraries:
32
33 libX11.so.6
34 libXext.so.6
35 libc.so.5
36 libm.so.5
37
38 linux version 2.0.x or greater and OSS free with a 16 bit soundcard.
39
40 It is statical link with the FLTK user interface toolkit
41 (www.cinenet.net/users/spitzak/fltk) Fltk ©1998 Bill Spitzak.
42
43
44 If you have any suggestions feel free to contact me.
45
46
47 Stefan Nitschke
48
49 (nitschke@fzi.de)
50