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
|
<!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-2018 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 id="midi2xml">
<refentryinfo>
<date>2015-06-15</date>
<copyright>
<year>2015</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 <http://gnu.org/licenses/gpl.html>.
</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>midi2xml</application>
</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo>midi2xml v0.4.2</refmiscinfo>
</refmeta>
<refnamediv>
<refname>midi2xml</refname>
<refpurpose>midi2xml converts your MIDI files to XML format</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>/usr/bin/midi2xml</command>
<arg>--help</arg>
<arg>--version</arg>
<arg choice="plain"><replaceable>file</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>
midi2xml takes your MIDI file from command line and outputs the resulting XML
to stdout.
</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>file</option></term>
<listitem>
<para>Open file from command line.</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>
<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>
|