man qsynth (Commandes) - fluidsynth GUI front-end interface

NAME

qsynth - fluidsynth GUI front-end interface

SYNOPSIS

qsynth [options] [ soundfonts ] [ midifiles ]

DESCRIPTION

qsynth is a fluidsynth GUI front-end application written around the Qt3 toolkit. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths but for the moment it wraps FluidSynth.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

-h, --help
Show summary of options.
-V, --version
Show version of program.
-n, --no-midi-in
Don't create a midi driver to read MIDI input events [default=yes]
-m, --midi-driver=[label]
The name of the midi driver to use [oss,alsa,alsa_seq,winmidi,...]
-K, --midi-channels=[num]
The number of midi channels [default=16]
-a, --audio-driver=[label]
The audio driver [alsa,jack,oss,dsound,...]
-L, --audio-channels=[num]
The number of audio channels [default=1]
-z, --audio-bufsize=[size]
Size of each audio buffer [default=%d]
-c, --audio-bufcount=[count]
Number of audio buffers [default=%d]
-r, --sample-rate
Set the sample rate
-R, --reverb
Turn the reverb on or off [0|1|yes|no, default=on]
-C, --chorus
Turn the chorus on or off [0|1|yes|no, default=on]
-g, --gain
Set the master gain [0 < gain < 10, default=0.2]
-s, --server
Start a TCP/IP server for remote shells [default=no]
-i, --no-shell
Don't read commands from the shell [default=yes]
-o, --option [name=value]
Define a setting name=value
-d, --dump
Dump midi router events
-v, --verbose
Print out verbose messages about midi events

AUTHOR

This manual page was written by Eric Van Buggenhaut <ericvb@debian.org>, for the Debian project (but may be used by others).