~ubuntu-branches/debian/squeeze/bristol/squeeze

« back to all changes in this revision

Viewing changes to src/bristol/brightongui/bristolhelp.h

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2004-08-16 17:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040816172551-b0wxc0izlhxa6ugn
Tags: 0.9.1-11
* Fixed gcc-3.4 compilation
* removed dynamic libraries, bristolenine and bristol are linked
  dynamically now (closes: #265621) (closes: #265052)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
char *helptext = 
3
 
"    bristol: a synthesiser emulation package.\n\n"
4
 
 
5
 
"    You should start this package with the startBristol script. This script\n"
6
 
"    will start up the bristol synthesiser binaries, evaluating the correct\n"
7
 
"    library paths and executable paths. There are emulation, synthesiser and\n"
8
 
"    operational parameters:\n\n"
9
 
 
10
 
"    Emulation:\n\n"
11
 
 
12
 
"        -mini             - mini moog\n"
13
 
"        -explorer         - moog voyager\n"
14
 
"        -hammond          - hammond module\n"
15
 
"        -b3               - dual manual hammond B3\n"
16
 
"        -pro5|-prophet    - sequential circuits prophet-5\n"
17
 
"        -pro10            - sequential circuits prophet-10\n"
18
 
"        -juno             - roland juno-6\n"
19
 
"        -dx               - yamaha DX-7\n"
20
 
"        -vox              - vox continental\n"
21
 
"        -rhodes           - fender rhodes stage 73\n"
22
 
"        -mixer            - 16 track mixer (-libtest only)\n\n"
23
 
 
24
 
"    Synthesiser:\n\n"
25
 
 
26
 
"        -voices <n>       - operate with a total of 'n' voices, default 16\n"
27
 
"        -channel <c>      - initial midi channel selected to 'c', default 1\n\n"
28
 
 
29
 
"    Operational:\n\n"
30
 
 
31
 
"        General:\n"
32
 
"            -engine       - don't start engine (connect to current invocation)\n"
33
 
"            -port <p>     - connect to engine on TCP port 'p' (default 5028)\n"
34
 
"            -libtest      - just display a GUI\n"
35
 
"            -quiet        - redirect output to /dev/null\n"
36
 
"            -oss          - use OSS defaults for audio and MIDI (default)\n"
37
 
"            -alsa         - use ALSA defaults for audio and MIDI\n\n"
38
 
 
39
 
"        Audio driver:\n"
40
 
"            -audio [oss|alsa]  - audio driver selection\n"
41
 
"            -audiodev <dev>    - audio device selection\n"
42
 
"            -bufsize <bytes>   - buffer size, default 1024 bytes (256 samples)\n"
43
 
"            -preload <buffers> - configure preload buffer count (default 4)\n"
44
 
"            -rate <hz>         - sample rate\n\n"
45
 
 
46
 
"        Midi driver:\n"
47
 
"            -midi [oss|alsa]   - midi driver selection\n"
48
 
"            -mididev <dev>     - midi device selection\n"
49
 
"            -seq               - use the ALSA SEQ interface\n\n"
50
 
 
51
 
"    Audio drivers are PCM or PCM plug only. Future releases may add Jack\n"
52
 
"    support. Midi drivers are either OSS/ALSA rawmidi interface, or ALSA SEQ.\n"
53
 
"    Multple GUIs can connect to the single audio engine, which then operates\n"
54
 
"    multitimbrally.\n\n"
55
 
 
56
 
"    Examples:\n\n"
57
 
 
58
 
"    startBristol\n\n"
59
 
 
60
 
"        Run a minimoog using OSS interface for audio and midi. This is\n"
61
 
"        equivalent to all the following options:\n"
62
 
"        -mini -audio oss -audiodev /dev/audio -midi oss -mididev /dev/midi\n"
63
 
"        -bufsize 1024 -preload 4 -port 5028 -voices 16 -channel 1 -rate 44100\n\n"
64
 
 
65
 
"    startBristol -alsa\n\n"
66
 
 
67
 
"        Run a minimoog using ALSA interface for audio and midi. This is\n"
68
 
"        equivalent to all the following options:\n"
69
 
"        -mini -audio alsa -audiodev plughw:0,0 -midi alsa -mididev hw:0\n"
70
 
"        -bufsize 1024 -preload 4 -port 5028 -voices 16 -channel 1 -rate 44100\n\n"
71
 
 
72
 
"    startBristol -explorer -voices 1\n\n"
73
 
 
74
 
"        Run a moog explorer as a monophonic instrument, using OSS interface for\n"
75
 
"        audio and midi.\n\n"
76
 
 
77
 
"    startBristol -prophet -alsa -channel 3\n\n"
78
 
 
79
 
"        Run a prophet-5 using ALSA for audio and midi (on channel 3).\n\n"
80
 
 
81
 
"    startBristol -b3 -bufsize 2048 -preload 2\n\n"
82
 
 
83
 
"        Run a hammond b3 with a buffer size of 2048 bytes (512 samples), and\n"
84
 
"        preload two such buffers before going active. Some Live! cards need \n"
85
 
"        this larger buffer size with ALSA drivers.\n\n"
86
 
 
87
 
"    startBristol -oss -audiodev /dev/dsp1 -vox -voices 8\n\n"
88
 
 
89
 
"        Run a vox continental using OSS device 1, and default midi device\n"
90
 
"        /dev/midi0. Operate with just 8 voices.\n\n"
91
 
 
92
 
"    startBristol -b3 -audio alsa -audiodev plughw:0,0 -seq -mididev 128.0\n\n"
93
 
 
94
 
"        Run a B3 emulation over the ALSA PCM plug interface, using the ALSA\n"
95
 
"        sequencer over client 128, port 0.\n\n"
96
 
 
97
 
"    startBristol -juno &\n"
98
 
"    startBristol -prophet -channel 2 -engine\n\n"
99
 
 
100
 
"        Start two synthesisers, a juno and a prophet. Both synthesisers will\n"
101
 
"        will be executed on one engine (multitimbral) with 16 voices between \n"
102
 
"        them. The juno will be on default midi channel (1), and the prophet on\n"
103
 
"        channel 2. Output over the same default OSS audio device (/dev/audio).\n\n"
104
 
 
105
 
"    startBristol -juno &\n"
106
 
"    startBristol -prophet -port 5029 -audiodev /dev/dsp1 -mididev /dev/midi1\n"
107
 
 
108
 
"        Start two synthesisers, a juno on the first OSS soundcard, and a\n"
109
 
"        prophet on the second OSS soundcard. Each synth is totally independant\n"
110
 
"        and runs with 16 voice polyphony (looks nice, but not been tested).\n\n"
111
 
 
112
 
"    Author: nick.copeland@ntlworld.com\n\n";
 
2
char *helptext = "
 
3
    bristol: a synthesiser emulation package.
 
4
 
 
5
    You should start this package with the startBristol script. This script
 
6
    will start up the bristol synthesiser binaries, evaluating the correct
 
7
    library paths and executable paths. There are emulation, synthesiser and
 
8
    operational parameters:
 
9
 
 
10
    Emulation:
 
11
 
 
12
        -mini             - mini moog
 
13
        -explorer         - moog voyager
 
14
        -hammond          - hammond module
 
15
        -b3               - dual manual hammond B3
 
16
        -pro5|-prophet    - sequential circuits prophet-5
 
17
        -pro10            - sequential circuits prophet-10
 
18
        -juno             - roland juno-6
 
19
        -dx               - yamaha DX-7
 
20
        -vox              - vox continental
 
21
        -rhodes           - fender rhodes stage 73
 
22
        -mixer            - 16 track mixer (-libtest only)
 
23
 
 
24
    Synthesiser:
 
25
 
 
26
        -voices <n>       - operate with a total of 'n' voices, default 16
 
27
        -channel <c>      - initial midi channel selected to 'c', default 1
 
28
 
 
29
    Operational:
 
30
 
 
31
        General:
 
32
            -engine       - don't start engine (connect to current invocation)
 
33
            -port <p>     - connect to engine on TCP port 'p' (default 5028)
 
34
            -libtest      - just display a GUI
 
35
            -quiet        - redirect output to /dev/null
 
36
            -oss          - use OSS defaults for audio and MIDI (default)
 
37
            -alsa         - use ALSA defaults for audio and MIDI
 
38
 
 
39
        Audio driver:
 
40
            -audio [oss|alsa]  - audio driver selection
 
41
            -audiodev <dev>    - audio device selection
 
42
            -bufsize <bytes>   - buffer size, default 1024 bytes (256 samples)
 
43
            -preload <buffers> - configure preload buffer count (default 4)
 
44
            -rate <hz>         - sample rate
 
45
 
 
46
        Midi driver:
 
47
            -midi [oss|alsa]   - midi driver selection
 
48
            -mididev <dev>     - midi device selection
 
49
            -seq               - use the ALSA SEQ interface
 
50
 
 
51
    Audio drivers are PCM or PCM plug only. Future releases may add Jack
 
52
    support. Midi drivers are either OSS/ALSA rawmidi interface, or ALSA SEQ.
 
53
    Multple GUIs can connect to the single audio engine, which then operates
 
54
    multitimbrally.
 
55
 
 
56
    Examples:
 
57
 
 
58
    startBristol
 
59
 
 
60
        Run a minimoog using OSS interface for audio and midi. This is
 
61
        equivalent to all the following options:
 
62
        -mini -audio oss -audiodev /dev/audio -midi oss -mididev /dev/midi
 
63
        -bufsize 1024 -preload 4 -port 5028 -voices 16 -channel 1 -rate 44100
 
64
 
 
65
    startBristol -alsa
 
66
 
 
67
        Run a minimoog using ALSA interface for audio and midi. This is
 
68
        equivalent to all the following options:
 
69
        -mini -audio alsa -audiodev plughw:0,0 -midi alsa -mididev hw:0
 
70
        -bufsize 1024 -preload 4 -port 5028 -voices 16 -channel 1 -rate 44100
 
71
 
 
72
    startBristol -explorer -voices 1
 
73
 
 
74
        Run a moog explorer as a monophonic instrument, using OSS interface for
 
75
        audio and midi.
 
76
 
 
77
    startBristol -prophet -alsa -channel 3
 
78
 
 
79
        Run a prophet-5 using ALSA for audio and midi (on channel 3).
 
80
 
 
81
    startBristol -b3 -bufsize 2048 -preload 2
 
82
 
 
83
        Run a hammond b3 with a buffer size of 2048 bytes (512 samples), and
 
84
        preload two such buffers before going active. Some Live! cards need 
 
85
        this larger buffer size with ALSA drivers.
 
86
 
 
87
    startBristol -oss -audiodev /dev/dsp1 -vox -voices 8
 
88
 
 
89
        Run a vox continental using OSS device 1, and default midi device
 
90
        /dev/midi0. Operate with just 8 voices.
 
91
 
 
92
    startBristol -b3 -audio alsa -audiodev plughw:0,0 -seq -mididev 128.0
 
93
 
 
94
        Run a B3 emulation over the ALSA PCM plug interface, using the ALSA
 
95
        sequencer over client 128, port 0.
 
96
 
 
97
    startBristol -juno &
 
98
    startBristol -prophet -channel 2 -engine
 
99
 
 
100
        Start two synthesisers, a juno and a prophet. Both synthesisers will
 
101
        will be executed on one engine (multitimbral) with 16 voices between 
 
102
        them. The juno will be on default midi channel (1), and the prophet on
 
103
        channel 2. Output over the same default OSS audio device (/dev/audio).
 
104
 
 
105
    startBristol -juno &
 
106
    startBristol -prophet -port 5029 -audiodev /dev/dsp1 -mididev /dev/midi1
 
107
 
 
108
        Start two synthesisers, a juno on the first OSS soundcard, and a
 
109
        prophet on the second OSS soundcard. Each synth is totally independant
 
110
        and runs with 16 voice polyphony (looks nice, but not been tested).
 
111
 
 
112
    Author: nick.copeland@ntlworld.com
 
113
 
 
114
";
113
115