]> ruin.nu Git - moosique.git/commitdiff
no message
authorEinar Pehrson <einarp@itstud.chalmers.se>
Sat, 3 May 2003 16:19:22 +0000 (16:19 +0000)
committerEinar Pehrson <einarp@itstud.chalmers.se>
Sat, 3 May 2003 16:19:22 +0000 (16:19 +0000)
Manual.doc
Manual.txt [new file with mode: 0644]

index b2dbbf582439f4e8d8b2f32baf8159f11afb1424..98438af2c9f623315edadeb505723954df2ad633 100644 (file)
Binary files a/Manual.doc and b/Manual.doc differ
diff --git a/Manual.txt b/Manual.txt
new file mode 100644 (file)
index 0000000..940963f
--- /dev/null
@@ -0,0 +1,70 @@
+=============================================
+              M o o s i q u e
+                version 1.0
+
+                User Manual
+
+   © 2003 Roland Andersson, Mikael Andreen,
+       Björn Lanneskog & Einar Pehrson
+=============================================
+CONTENTS
+       1. Introduction
+       2. Getting Started
+       3. Using Moosique
+               3.1 Creating A MIDI Song
+               3.2 Editing
+               3.3 Saving and Loading Files
+               3.4 Preferences
+               3.5 Interface Guide
+               3.6 Command-Line Syntax
+       4. Troubleshooting
+       5. Glossary
+=============================================
+1. INTRODUCTION
+       Moosique is a MIDI composer\92s tool for Java. While being intended for novices,
+       some expert functions are provided.
+
+2. GETTING STARTED
+       Since Moosique is an application bundled as a JAR file, it is run by executing
+       the following command: java \96jar moosique.jar. When 
+
+3. USING MOOSIQUE
+
+3.1 CREATING A MIDI SONG
+       Upon execution, the program will automatically create a MIDI sequence containing
+       three tracks \96 unless a MIDI file is given as a command-line argument. (See
+       section 3.6). At any time a new MIDI sequence can be created by selecting New
+       from the File menu.
+       
+3.2 EDITING
+       Rolle?
+       
+3.3 SAVING AND LOADING FILES
+       A file created or edited in Moosique can be saved to the standard MIDI file format
+       by using the Save and Save As options from the File menu. In order to load files,
+       choose Open from the File menu or give the filename as a command-line parameter
+       upon execution (See section 3.6).
+       
+3.4 PREFERENCES
+       ???
+       
+3.5 INTERFACE GUIDE
+       Text
+       [Screenshot?]
+       
+3.6 COMMAND-LINE SYNTAX
+       java -jar moosique.jar [-N] [filename]
+       
+       -N      Starts playback of the given MIDI file without creating with user interface.
+               Ignored if a filename is not given.
+
+4. TROUBLESHOOTING
+       Problem: Text
+       Solution: Text
+       
+       Problem: Text
+       Solution: Text
+       
+5. GLOSSARY
+       Text
+=============================================
\ No newline at end of file