File: qsynth.1

package info (click to toggle)
qsynth 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,456 kB
  • sloc: cpp: 6,959; makefile: 89
file content (51 lines) | stat: -rw-r--r-- 1,994 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH QSYNTH 1 "June 2008" Linux "User Manuals"
.SH NAME
Qsynth - A fluidsynth Qt GUI Interface
.SH SYNOPSIS
qsynth [options] [soundfonts] [midifiles]
.SH DESCRIPTION
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt 4 toolkit. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
.SH OPTIONS
.IP "-n, --no-midi-in"
Don't create a midi driver to read MIDI input events [default = yes]
.IP "-m, --midi-driver=[label]"
The name of the midi driver to use [oss,alsa,alsa_seq,...]
.IP "-K, --midi-channels=[num]"
The number of midi channels [default = 16]
.IP "-a, --audio-driver=[label]"
The audio driver [alsa,jack,oss,dsound,...]
.IP "-j, --connect-jack-outputs"
Attempt to connect the jack outputs to the physical ports
.IP "-L, --audio-channels=[num]"
The number of stereo audio channels [default = 1]
.IP "-G, --audio-groups=[num]"
The number of audio groups [default = 1]
.IP "-z, --audio-bufsize=[size]"
Size of each audio buffer
.IP "-c, --audio-bufcount=[count]"
Number of audio buffers
.IP "-r, --sample-rate=[rate]"
Set the sample rate
.IP "-R, --reverb=[flag]"
Turn the reverb on or off [1|0|yes|no|on|off, default = on]
.IP "-C, --chorus=[flag]"
Turn the chorus on or off [1|0|yes|no|on|off, default = on]
.IP "-g, --gain=[gain]"
Set the master gain [0 < gain < 10, default = 0.2]
.IP "-o, --option [name=value]"
Define a setting name=value
.IP "-s, --server"
Create and start server [default = no]
.IP "-i, --no-shell"
Don't read commands from the shell [ignored]
.IP "-d, --dump"
Dump midi router events
.IP "-v, --verbose"
Print out verbose messages about midi events
.IP "-h, --help"
Show help about command line options
.IP "-V, --version"
Show version information
.SH AUTHOR
Qsynth is written by Rui Nuno Capela <rncbc@rncbc.org> Richard Bown <bownie@bownie.com>
Chris Cannam <cannam@all-day-breakfast.com>