/[svn]/linuxsampler/trunk/debian/linuxsampler.sgml
ViewVC logotype

Annotation of /linuxsampler/trunk/debian/linuxsampler.sgml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 591 - (hide annotations) (download) (as text)
Tue May 31 19:33:18 2005 UTC (18 years, 11 months ago) by flax
File MIME type: text/x-sgml
File size: 5104 byte(s)
* altered and fixed debian packaging

1 flax 591 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2    
3     <!-- Process this file with docbook-to-man to generate an nroff manual
4     page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6     less'. A typical entry in a Makefile or Makefile.am is:
7    
8     linuxsampler.1: linuxsampler.sgml
9     docbook-to-man $< > $@
10    
11    
12     The docbook-to-man binary is found in the docbook-to-man package.
13     Please remember that if you create the nroff version in one of the
14     debian/rules file targets (such as build), you will need to include
15     docbook-to-man in your Build-Depends control field.
16    
17     -->
18    
19     <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20     <!ENTITY dhfirstname "<firstname>Matt</firstname>">
21     <!ENTITY dhsurname "<surname>Flax</surname>">
22     <!-- Please adjust the date whenever revising the manpage. -->
23     <!ENTITY dhdate "<date>March 22, 2005</date>">
24     <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25     allowed: see man(7), man(1). -->
26     <!ENTITY dhsection "<manvolnum>1</manvolnum>">
27     <!ENTITY dhemail "<email>flatmax@ieee.org</email>">
28     <!ENTITY dhusername "Matt Flax">
29     <!ENTITY dhucpackage "<refentrytitle>LINUXSAMPLER</refentrytitle>">
30     <!ENTITY dhpackage "linuxsampler">
31    
32     <!ENTITY debian "<productname>Debian</productname>">
33     <!ENTITY gnu "<acronym>GNU</acronym>">
34     <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
35     ]>
36    
37     <refentry>
38     <refentryinfo>
39     <address>
40     &dhemail;
41     </address>
42     <author>
43     &dhfirstname;
44     &dhsurname;
45     </author>
46     <copyright>
47     <year>2003</year>
48     <holder>&dhusername;</holder>
49     </copyright>
50     &dhdate;
51     </refentryinfo>
52     <refmeta>
53     &dhucpackage;
54    
55     &dhsection;
56     </refmeta>
57     <refnamediv>
58     <refname>&dhpackage;</refname>
59    
60     <refpurpose>a realtime audio sampler</refpurpose>
61     </refnamediv>
62     <refsynopsisdiv>
63     <cmdsynopsis>
64     <command>&dhpackage;</command>
65    
66     </cmdsynopsis>
67     </refsynopsisdiv>
68     <refsect1>
69     <title>DESCRIPTION</title>
70    
71     <para><command>&dhpackage;</command> LinuxSampler is a work in progress. It's goal is to produce a free
72     software audio sampler with professional grade features.
73     </para>
74     <para>
75     It offers disk streaming capability and supports the Gigasampler format
76     which is currently considered to be the best sampler format in regards of
77     possibilities and sound quality.
78     </para>
79     <para>
80     This package provides the backend of LinuxSampler, that is the sampler
81     engine together with audio and MIDI drivers. LinuxSampler can be
82     controlled via network interface which uses an ASCII based protocol called
83     LSCP. You might consider to install a GUI frontend for LinuxSampler as
84     well.
85     </para>
86     <para>
87     For more informations please visit http://www.linuxsampler.org
88     </para>
89     </refsect1>
90     <refsect1>
91     <title>OPTIONS</title>
92    
93     <para>These programs follow the usual &gnu; command line syntax,
94     with long options starting with two dashes (`-'). A summary of
95     options is included below. For a complete description, see the
96     <application>Info</application> files.</para>
97    
98     <variablelist>
99     <varlistentry>
100     <term>
101     <option>--help</option>
102     </term>
103     <listitem>
104     <para>Show summary of options.</para>
105     </listitem>
106     </varlistentry>
107     <varlistentry>
108     <term>
109     <option>--version</option>
110     </term>
111     <listitem>
112     <para>Show version of program.</para>
113     </listitem>
114     </varlistentry>
115     <varlistentry>
116     <term>
117     <option>--profile</option>
118     </term>
119     <listitem>
120     <para>profile synthesis algorithms</para>
121     </listitem>
122     </varlistentry>
123     <varlistentry>
124     <term>
125     <option>--no-tune</option>
126     </term>
127     <listitem>
128     <para>disable assembly optimization</para>
129     </listitem>
130     </varlistentry>
131     <varlistentry>
132     <term>
133     <option>--statistics</option>
134     </term>
135     <listitem>
136     <para>prints periodically statistics</para>
137     </listitem>
138     </varlistentry>
139     </variablelist>
140     </refsect1>
141     <refsect1>
142     <title>AUTHOR</title>
143    
144     <para>This manual page was written by &dhusername; &dhemail; for
145     the &debian; system (but may be used by others). Permission is
146     granted to copy, distribute and/or modify this document under
147     the terms of the &gnu; General Public License, Version 2 any
148     later version published by the Free Software Foundation.
149     </para>
150     <para>
151     On Debian systems, the complete text of the GNU General Public
152     License can be found in /usr/share/common-licenses/GPL.
153     </para>
154    
155     </refsect1>
156     </refentry>
157    
158     <!-- Keep this comment at the end of the file
159     Local variables:
160     mode: sgml
161     sgml-omittag:t
162     sgml-shorttag:t
163     sgml-minimize-attributes:nil
164     sgml-always-quote-attributes:t
165     sgml-indent-step:2
166     sgml-indent-data:t
167     sgml-parent-document:nil
168     sgml-default-dtd-file:nil
169     sgml-exposed-tags:nil
170     sgml-local-catalogs:nil
171     sgml-local-ecat-files:nil
172     End:
173     -->
174    
175    

  ViewVC Help
Powered by ViewVC