X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=Manual.txt;fp=Manual.txt;h=940963f9768ab26a4317f36b4aad31c363a91c2a;hp=0000000000000000000000000000000000000000;hb=560a1c7ab5fbc4bdf26fab83d8bf139c88298421;hpb=5a73f3f23565b8e743b825ab942f41cc92d2a588 diff --git a/Manual.txt b/Manual.txt new file mode 100644 index 0000000..940963f --- /dev/null +++ b/Manual.txt @@ -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’s 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 –jar 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 – 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