File: gsequencer.1.xml

package info (click to toggle)
gsequencer 7.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,040 kB
  • sloc: ansic: 1,145,949; xml: 31,016; cpp: 9,487; sh: 5,798; makefile: 3,845; perl: 155; sed: 16; python: 11
file content (237 lines) | stat: -rw-r--r-- 7,533 bytes parent folder | download | duplicates (3)
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<!-- Copyright (C) 2005-2022 Joël Krähemann -->
<!-- Copying and distribution of this file, with or without modification, -->
<!-- are permitted in any medium without royalty provided the copyright -->
<!-- notice and this notice are preserved.  This file is offered as-is, -->
<!-- without any warranty. -->

<refentry xmlns:xi="http://www.w3.org/2001/XInclude"
	  id="gsequencer">

  <refentryinfo>
    <date>2022-01-20</date>
    <copyright>
      <year>2022</year>
      <holder>Joël Krähemann</holder>
    </copyright>
    <legalnotice>
      <para>
	This manual page is part of GSequencer. License GPLv3+: GNU GPL version 3 or (at your option) any later &lt;http://gnu.org/licenses/gpl.html&gt;.
      </para>
      <para>
	This is free software: you are free to change and redistribute it.  There is NO WARRANTY, to the extent permitted by law.
      </para>
    </legalnotice>
  </refentryinfo>
  
  <refmeta>
    <refentrytitle>
      <application>gsequencer</application>
    </refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo>gsequencer v3.0.0</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>gsequencer</refname>
    <refpurpose>Advanced Gtk+ Sequencer is an audio sequencer and composition editor</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>/usr/bin/gsequencer</command>
      <arg>--help</arg>
      <arg>--version</arg>
      <arg>--no-builtin-theme</arg>
      <arg>--non-unique</arg>
      <arg>--menu-bar</arg>
      <arg>--filename <replaceable>file</replaceable></arg>
      <arg>--no-config</arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  
  <refsect1><title>Description</title>
  <para>
    Advanced GTK+ Sequencer is intended to use for music composition.
    It features a piano roll, as well a synth, matrix editor, drum
    machine, soundfont2 player, mixer and an output panel. It’s designed to
    be highly configurable. You may add effects to its effect chain; and
    add or remove audio channels/pads. You may set up a fully functional
    network of engines, thus there is a link editor for linking audio lines.
  </para>
  <para>
    As version 1.0.0 it supports LADSPA, DSSI and Lv2 plugin format. And provides
    the ability to export to WAV, FLAC and OGG audio files. It can run on various
    soundcard backends including ALSA, OSS4, JACK Audio Connection Kit, Pulseaudio
    Core-Audio, Audio-Unit and WASAPI.
  </para>
  <para>
    The binary looks for a configuration file in $HOME/.gsequencer/ags.conf.
  </para>
  <para>&hellip;</para>
  </refsect1>

  <refsect1 id="options">
    <title>OPTIONS</title>
    <para>The program follows the usual GNU command line syntax,
    with long options starting with two dashes (`-').  A summary of
    options is included below.  For a complete description, see the
    <citerefentry>
      <refentrytitle>info</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry> files.</para>
    <variablelist>
      <varlistentry>
        <term><option>--no-builtin-theme</option></term>
        <listitem>
          <para>Disable built-in theme in order to display default theme.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--non-unique</option></term>
        <listitem>
          <para>Don't attach to any existing application ID, i.e. fork a new process.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--menu-bar</option></term>
        <listitem>
          <para>Ignore gtk-shell-shows-menubar from GtkSettings and force showing a traditional GtkMenuBar.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--filename file</option></term>
        <listitem>
          <para>Open file from command line.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--no-config</option></term>
        <listitem>
          <para>Don't read config from file.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--help</option></term>
        <listitem>
          <para>Show summary of options.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>--version</option></term>
        <listitem>
          <para>Show version of program.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1 id="envs">
    <title>ENVIRONMENT VARIABLES</title>
    <para>The program interprets following environment variables if set.</para>
    <variablelist>      
      <varlistentry>
        <term>OSS_MIXERDEV</term>
        <listitem>
          <para>the OSSv4 mixer device</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>LADSPA_PATH</term>
        <listitem>
          <para>LADSPA plugin search path</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>DSSI_PATH</term>
        <listitem>
          <para>DSSI plugin search path</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>LV2_PATH</term>
        <listitem>
          <para>LV2 plugin search path</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_ANIMATION_FILENAME</term>
        <listitem>
          <para>The splash screen's background picture</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_ANIMATION_TEXT_BOX_X0</term>
        <listitem>
          <para>The splash screen's text box x-position</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_ANIMATION_TEXT_BOX_Y0</term>
        <listitem>
          <para>The splash screen's text box y-position</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_ANIMATION_TEXT_COLOR</term>
        <listitem>
          <para>The splash screen's text color</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_CSS_FILENAME</term>
        <listitem>
          <para>The application's style sheet</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>AGS_CONFIG</term>
        <listitem>
          <para>The config to read from environment instead of $HOME/.gsequencer/ags.conf</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1 id="alsa-conf">
    <title>ALSA example configuration file</title>
    <para>
      This example configuration file is using ALSA backend to play to &quot;hw:CARD=PCH,DEV=0&quot;
      and capture from &quot;hw:CARD=CODEC,DEV=0&quot; device.
    </para>

    <programlisting>
<xi:include href="conf/ags-alsa.conf" parse="text" />
    </programlisting>
  </refsect1>

  <refsect1 id="oss-conf">
    <title>OSSv4 example configuration file</title>
    <para>
      This example configuration file is using ALSA backend to play to &quot;/dev/dsp&quot; device.
    </para>

    <programlisting>
<xi:include href="conf/ags-oss.conf" parse="text" />
    </programlisting>
  </refsect1>
  
  <refsect1>
    <title>BUGS</title>
    <para>
      None.  So far I know.
    </para>
  </refsect1>
  <refsect1>
    <title>AUTHOR</title>
    <para>
      <author>
	<firstname>Joël</firstname>
	<surname>Krähemann</surname>
	<contrib>Original author</contrib>
      </author>
    </para>
  </refsect1>
</refentry>