1QSYNTH(1)                   General Commands Manual                  QSYNTH(1)
2
3
4

NAME

6       Qsynth - A fluidsynth Qt GUI Interface
7

SYNOPSIS

9       qsynth [options] [soundfonts] [midifiles]
10

DESCRIPTION

12       This manual page documents briefly the qsynth command.
13
14       Qsynth  is a fluidsynth GUI front-end application written in C++ around
15       the Qt framework using Qt Designer. Eventually it  may  evolve  into  a
16       softsynth  management application allowing the user to control and man‐
17       age a variety of command line softsynths but for the  moment  it  wraps
18       the excellent FluidSynth.
19
20       FluidSynth  is  a command line software synthesiser based on the Sound‐
21       font specification.
22

OPTIONS

24       -n, --no-midi-in
25
26              Don't create a midi driver to read MIDI input events [default  =
27              yes]
28
29       -m, --midi-driver=[label]
30
31              The name of the midi driver to use [oss, alsa, alsa_seq, ...]
32
33       -K, --midi-channels=[num]
34
35              The number of midi channels [default = 16]
36
37       -a, --audio-driver=[label]
38
39              The audio driver [alsa,jack,oss,dsound,...]
40
41       -j, --connect-jack-outputs
42
43              Attempt to connect the jack outputs to the physical ports
44
45       -L, --audio-channels=[num]
46
47              The number of stereo audio channels [default = 1]
48
49       -G, --audio-groups=[num]
50
51              The number of audio groups [default = 1]
52
53       -z, --audio-bufsize=[size]
54
55              Size of each audio buffer
56
57       -c, --audio-bufcount=[count]
58
59              Number of audio buffers
60
61       -r, --sample-rate=[rate]
62
63              Set the sample rate
64
65       -R, --reverb[=flag]
66
67              Turn the reverb on or off [1|0|yes|no|on|off, default = on]
68
69       -C, --chorus[=flag]
70
71              Turn the chorus on or off [1|0|yes|no|on|off, default = on]
72
73       -g, --gain=[gain]
74
75              Set the master gain [0 < gain < 2, default = 1]
76
77       -o, --option [name=value]
78
79              Define a setting name=value
80
81       -s, --server
82
83              Create and start server [default = no]
84
85       -i, --no-shell
86
87              Don't read commands from the shell [ignored]
88
89       -d, --dump
90
91              Dump midi router events
92
93       -V, --verbose
94
95              Print out verbose messages about midi events
96
97       -h, --help
98
99              Show help about command line options
100
101       -v, --version
102
103              Show version information
104

FILES

106       Configuration settings are stored in ~/.config/rncbc.org/Qsynth.conf
107

SEE ALSO

109       fluidsynth(1)
110

AUTHOR

112       Qsynth is written by Rui Nuno Capela, Richard Bown, Chris Cannam, Pedro
113       Lopez-Cabanillas.
114
115
116
117                                 June 17, 2014                       QSYNTH(1)
Impressum