[SCM] gsequencer/master: adding missing midi2xml.1.xml

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Fri Jun 19 13:22:06 UTC 2015


The following commit has been merged in the master branch:
commit 8fe90a3566b509b21ba241be67d0329e94422ae6
Author: Joël Krähemann <jkraehemann at gmail.com>
Date:   Fri Jun 19 15:20:13 2015 +0200

    adding missing midi2xml.1.xml

diff --git a/debian/ags.1.xml b/debian/midi2xml.1.xml
similarity index 60%
copy from debian/ags.1.xml
copy to debian/midi2xml.1.xml
index 2b581ad..50d4630 100644
--- a/debian/ags.1.xml
+++ b/debian/midi2xml.1.xml
@@ -1,6 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<refentry id="ags">
+<refentry id="midi2xml">
 
   <refentryinfo>
     <date>2015-06-15</date>
@@ -8,41 +8,31 @@
   
   <refmeta>
     <refentrytitle>
-      <application>ags</application>
+      <application>midi2xml</application>
     </refentrytitle>
     <manvolnum>1</manvolnum>
-    <refmiscinfo>ags v0.4.2</refmiscinfo>
+    <refmiscinfo>midi2xml v0.4.2</refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>ags</refname>
-    <refpurpose>Advanced Gtk+ Sequencer is an audio sequencer and composition editor</refpurpose>
+    <refname>midi2xml</refname>
+    <refpurpose>midi2xml converts your MIDI files to XML format</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
     <cmdsynopsis>
-      <command>/usr/bin/ags</command>
+      <command>/usr/bin/midi2xml</command>
       <arg>--help</arg>
       <arg>--version</arg>
-      <arg>--single-thread</arg>
-      <arg rep='repeat'>--filename <replaceable>file</replaceable></arg>
+      <arg>file</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.
+    midi2xml takes your MIDI file from command line and outputs the resulting XML
+    to stdout.
   </para>
-  <para>
-    LADSPA support has been added to version 0.4.2 as well export to
-    WAV audio file.
-  </para>
-  <para>…</para>
   </refsect1>
 
     <refsect1 id="options">
@@ -56,13 +46,7 @@
       </citerefentry> files.</para>
     <variablelist>
       <varlistentry>
-        <term><option>--single-thread</option></term>
-        <listitem>
-          <para>Run in single thread mode.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>--filename file</option></term>
+        <term><option>file</option></term>
         <listitem>
           <para>Open file from command line.</para>
         </listitem>

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list