summaryrefslogtreecommitdiffstats
path: root/audio/guitarix/guitarix.rst
blob: d2fd95d35d3bdf04451698fba52e11f1ab4e4e46 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.. 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