File: buzztrax-edit.xml

package info (click to toggle)
buzztrax 0.10.2-10
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,984 kB
  • sloc: ansic: 109,707; sh: 12,875; cpp: 10,882; xml: 6,081; makefile: 508; javascript: 338; asm: 116
file content (81 lines) | stat: -rw-r--r-- 2,036 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" >
<refentry id="buzztrax-edit-ops">

<refentryinfo>
  <author>
    <othername>the buzztrax project</othername>
    <contrib>Development and documentation.</contrib>
  </author>
  <productname>buzztrax</productname>
</refentryinfo>

<refmeta>
<refentrytitle>buzztrax-edit</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">Buzztrax Manual Pages</refmiscinfo>
</refmeta>

<refnamediv>
<refname>buzztrax-edit</refname>
<refpurpose>work with buzztrax songs</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>buzztrax-edit</command>
<arg choice="opt" rep="repeat">options</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
<command>buzztrax-edit</command> is the graphical buzztrax song editor.
</para>
</refsect1>

<refsect1><title>Invocation</title>
<para>
<command>buzztrax-edit</command> without any argumants launches the UI.
Alternatively it takes a mandatory argument that specifies the command and extra
options depending on the command.
</para>

<refsect2 id="buzztrax-edit.options"><title>Options</title>
<variablelist>

<varlistentry>
<term><option>-c</option>, <option>--command</option> <replaceable>command-name</replaceable></term>
<listitem><para>
The command to exeute, one of: load
</para></listitem>
</varlistentry>

<varlistentry>
<term><option>-i</option>, <option>--input-file</option> <replaceable>song-filename</replaceable></term>
<listitem><para>
The input filename. This should be a song file buzztrax can handle.
</para></listitem>
</varlistentry>

<varlistentry>
<term><option>-h</option>, <option>--help</option></term>
<listitem><para>
Print brief help and exit.
</para></listitem>
</varlistentry>

<varlistentry>
<term><option>--version</option></term>
<listitem><para>
Print version and exit.
</para></listitem>
</varlistentry>

</variablelist>
</refsect2>
</refsect1>
</refentry>