123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- .. RST source for guitarix(1) man page. Convert with:
- .. rst2man.py guitarix.rst > guitarix.1
- .. rst2man.py comes from the SBo development/docutils package.
- .. |version| replace:: 0.35.1
- .. |date| date::
- .. converting from pod:
- .. s/B<\([^>]*\)>/**\1**/g
- .. s/I<\([^>]*\)>/*\1*/g
- ========
- guitarix
- ========
- ------------------------------------------
- guitar amp simulator and effects processor
- ------------------------------------------
- :Manual section: 1
- :Manual group: SlackBuilds.org
- :Date: |date|
- :Version: |version|
- SYNOPSIS
- ========
- guitarix [*-options*]
- DESCRIPTION
- ===========
- Guitarix is a rock guitar amplifier for Jack (Jack Audio Connection
- Kit) with one input and two outputs. It is designed to get nice
- trash/metal/rock guitar sounds. Guitarix comes with a GTK+ graphical
- user interface and a set of LADSPA plugins. This manual page describes
- the GTK+ interface.
- Guitarix provides one JACK input port and two JACK output ports.
- Controls for bass, treble, gain, compressor, preamp, balance, distortion,
- freeverb, crybaby (wah) and echo are available. A fixed resonator is
- used when distortion is disabled. To modify the sound 'pressure', you
- can use the feedback and feedforward sliders.
- Guitarix includes an experimental tuner and a JACK MIDI output port
- with 3 channels. They are fed by a mix from a pitch tracker and a
- beat detector. You can pitch the octave (2 octaves up or down), choose the
- MIDI channel, the MIDI program, the velocity and the sensitiviy, which
- translates into how fast the note will read after the beat detector
- emits a signal. Values for the beat detector can be set for all
- channels.
- OPTIONS
- =======
- All parameters are optional. Examples::
- guitarix
- guitarix -r Guitarix_Oak -i system:capture_3
- guitarix -c -o system:playback_1 -o system:playback_2
- Help Options:
- -h, --help Show help options
- --help-all Show all help options
- --help-style GTK style configuration options
- --help-jack JACK configuration options
- --help-overload Switch to bypass mode on overload condition
- --help-file File options
- --help-debug Debug options
- --help-gtk Show GTK+ Options
- GTK style configuration options
- -c, --clear Use 'default' GTK style
- -r, --rcset=<STYLE> Style to use, case-sensitive, one of: 'Burl', 'Camouflage', 'Copper', 'Dark', 'Grandma', 'Grungy_Sun', 'Grungy_Sun_Dark', 'Guitarix', 'Guitarix_Oak', 'Hippie', 'Lavender', 'Nebula', 'Oak', 'Olive', 'Orange', 'Plain_Dark', 'Psycedelic', 'Sky', 'White_Oak'
- JACK configuration options
- -i, --jack-input=<PORT> Guitarix JACK input
- -o, --jack-output=<PORT> Guitarix JACK outputs
- -m, --jack-midi=<PORT> Guitarix JACK midi control
- -J, --jack-no-conect disable self-connect JACK ports
- -n, --name=<NAME> instance name (default gx_head)
- -U, --jack-uuid=<UUID> JackSession ID
- -A, --jack-uuid2=<UUID2> JackSession ID
- -s, --server-name=<NAME> JACK server name to connect to
- Switch to bypass mode on overload condition
- -I, --idle-timeout=<SECONDS> starved idle thread probe (default: disabled)
- -C, --no-convolver-overload disable overload on convolver missed deadline
- -X, --xrun-overload JACK xrun (default: false)
- -S, --sporadic=<SECONDS> allow single overload events per interval (default: disabled)
- File options
- -f, --load-file=<FILE> load state file on startup
- -P, --plugin-dir=<DIR> directory with guitarix plugins (.so files)
- -K, --disable-save-on-exit disable auto save to state file when quit
- -a, --auto-save enable auto save (only in server mode)
- Debug options
- -B, --builder-dir=<DIR> directory from which .glade files are loaded
- --style-dir=<DIR> directory with skin style definitions (.rc files)
- -t, --log-terminal print log on terminal
- -d, --dump-parameter dump parameter table in json format
- GTK+ Options
- --class=<CLASS> Program class as used by the window manager
- --gtk-name=<NAME> Program name as used by the window manager
- --screen=<SCREEN> X screen to use
- --sync Make X calls synchronous
- --gtk-module=<MODULES> Load additional GTK+ modules
- --g-fatal-warnings Make all warnings fatal
- Application Options:
- -v, --version Print version string and exit
- -N, --nogui start without GUI
- -p, --rpcport=<PORT> start a JSON-RPC server listening on port PORT
- -H, --rpchost=<HOSTNAME> set hostname to connect to
- -G, --onlygui start only GUI
- -L, --liveplaygui start with Live Play GUI
- -M, --mute start with engine muted
- -b, --bank=<BANK:PRESET> set bank and preset to load at startup (A:0-Z:9)
- -t, --tuner_tet=<TEMP> set tuner temperament at startup (12, 19, 24, 31, 53)
- -F, --reference_pitch=<HZ> set tuner reference pitch at startup (225 - 453)
- --display=<DISPLAY> X display to use
|