From 8a2c2824a59d7644e13bc52c9a0ecbd641f21f95 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 13 Oct 2010 19:34:22 +0000 Subject: new branch muse2, first checkin --- muse2/share/html/invocation.html | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 muse2/share/html/invocation.html (limited to 'muse2/share/html/invocation.html') diff --git a/muse2/share/html/invocation.html b/muse2/share/html/invocation.html new file mode 100644 index 00000000..778422c2 --- /dev/null +++ b/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