From e40fc849149dd97c248866a4a1d026dda5e57b62 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Mon, 7 Mar 2011 19:01:11 +0000 Subject: clean3 --- attic/muse2-oom/muse2/share/html/invocation.html | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 attic/muse2-oom/muse2/share/html/invocation.html (limited to 'attic/muse2-oom/muse2/share/html/invocation.html') 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 @@ + + + MusE: Linux Music Editor + + + + +

MusE - The Linux (Midi) Music Editor

+ +

3. Invoking MusE

+

+

3.1 Invoking MusE

+MusE is invoked from the command line by typing in: +
+	muse
+
+ +Optionally, you can use command line options of the form: + +
+	muse <options> <midifile>
+
+ +<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). + +

3.2 Command Line Options

+

+MusE accepts some options as listed below: +

+   -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
+
+ +

3.3 File Types Recognized by MusE

+

+ +
~/.MusEMusE Configuration File ("~" refers to your home directory) +
.musePrjHidden Project File; stores list of last projects +
*.medMusE song file; internal MusE format +
*.midmidi file; can be imported +
*.karkaraoke: midi file with additional information; some types can be imported +
+

+With adding the additional extensions .gz or .bz2 +you can read or write compressed files. + + -- cgit v1.2.3