diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-03-07 19:01:11 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-03-07 19:01:11 +0000 |
commit | e40fc849149dd97c248866a4a1d026dda5e57b62 (patch) | |
tree | b12b358f3b3a0608001d30403358f8443118ec5f /attic/muse2-oom/muse2/share/html/invocation.html | |
parent | 1bd4f2e8d9745cabb667b043171cad22c8577768 (diff) |
clean3
Diffstat (limited to 'attic/muse2-oom/muse2/share/html/invocation.html')
-rw-r--r-- | attic/muse2-oom/muse2/share/html/invocation.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/attic/muse2-oom/muse2/share/html/invocation.html b/attic/muse2-oom/muse2/share/html/invocation.html new file mode 100644 index 00000000..778422c2 --- /dev/null +++ b/attic/muse2-oom/muse2/share/html/invocation.html @@ -0,0 +1,54 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>MusE: Linux Music Editor</title> + <link rel="stylesheet" type="text/css" href="styles.css"> +</head> + +<body> +<center><h1>MusE - The Linux (Midi) Music Editor</h1></center> + +<h2>3. Invoking MusE</h2> +<p> +<h2>3.1 Invoking MusE</h2> +MusE is invoked from the command line by typing in: +<pre> + <tt>muse</tt> +</pre> + +Optionally, you can use command line options of the form: + +<pre> + muse <options> <midifile> +</pre> + +<options> : see section 3.2 below for details on options. +<midifile> can be either a standard MIDI file or a MusE +file (*.med, *.med.gz or *.med.bz2). + +<h2>3.2 Command Line Options</h2> +<p> +MusE accepts some options as listed below: +<pre> + -v print version + -d debug mode: no threads + -D debug mode: enable some debug messages + -m debug mode: trace midi Input + -M debug mode: trace midi Output + -s debug mode: trace sync + -R enable real time scheduling +</pre> + +<h2>3.3 File Types Recognized by MusE</h2> +<p> +<table border=1 cellpadding=5> +<tr><td><tt>~/.MusE<td>MusE Configuration File ("~" refers to your home directory) +<tr><td><tt>.musePrj<td>Hidden Project File; stores list of last projects +<tr><td><tt>*.med<td>MusE song file; internal MusE format +<tr><td><tt>*.mid<td>midi file; can be imported +<tr><td><tt>*.kar<td>karaoke: midi file with additional information; some types can be imported +</table> +<p> +With adding the additional extensions <tt>.gz</tt> or <tt>.bz2</tt> +you can read or write compressed files. + +</qt> |