]> ruin.nu Git - moosique.git/blob - Manual.txt
font settings..
[moosique.git] / Manual.txt
1 =============================================
2                M o o s i q u e
3                  version 1.0
4
5                  User Manual
6
7    © 2003 Roland Andersson, Mikael Andreen,
8        Björn Lanneskog & Einar Pehrson
9 =============================================
10 CONTENTS
11         1. Introduction
12         2. Getting Started
13         3. Using Moosique
14                 3.1 Creating A MIDI Song
15                 3.2 Editing
16                 3.3 Saving and Loading Files
17                 3.4 Preferences
18                 3.5 Interface Guide
19                 3.6 Command-Line Syntax
20         4. Troubleshooting
21         5. Glossary
22 =============================================
23 1. INTRODUCTION
24         Moosique is a MIDI composer\92s tool for Java. While being intended for novices,
25         some expert functions are provided.
26
27 2. GETTING STARTED
28         Since Moosique is an application bundled as a JAR file, it is run by executing
29         the following command: java \96jar moosique.jar. When 
30
31 3. USING MOOSIQUE
32
33 3.1 CREATING A MIDI SONG
34         Upon execution, the program will automatically create a MIDI sequence containing
35         three tracks \96 unless a MIDI file is given as a command-line argument. (See
36         section 3.6). At any time a new MIDI sequence can be created by selecting New
37         from the File menu.
38         
39 3.2 EDITING
40         Rolle?
41         
42 3.3 SAVING AND LOADING FILES
43         A file created or edited in Moosique can be saved to the standard MIDI file format
44         by using the Save and Save As options from the File menu. In order to load files,
45         choose Open from the File menu or give the filename as a command-line parameter
46         upon execution (See section 3.6).
47         
48 3.4 PREFERENCES
49         ???
50         
51 3.5 INTERFACE GUIDE
52         Text
53         [Screenshot?]
54         
55 3.6 COMMAND-LINE SYNTAX
56         java -jar moosique.jar [-N] [filename]
57         
58         -N      Starts playback of the given MIDI file without creating with user interface.
59                 Ignored if a filename is not given.
60
61 4. TROUBLESHOOTING
62         Problem: Text
63         Solution: Text
64         
65         Problem: Text
66         Solution: Text
67         
68 5. GLOSSARY
69         Text
70 =============================================