source: tags/asma-2.3/Docs/Contribute.txt

Last change on this file was 38, checked in by pfusik, 23 years ago

Imported ASMA 2.3

File size: 2.6 KB
Line 
1This file gives all the information needed for those who want to send songs
2to ASMA archive.
3
4File formats accepted
5~~~~~~~~~~~~~~~~~~~~~
6SAP - already created SAP file
7CMC - Chaos Music Composer
8CMR - Chaos Music Composer with alternative notetables
9DMC - Doublespeed Chaos Music Composer
10MPT - Music ProTracker
11MD1+D15 - Music ProTracker with one 15kHz digichannel
12MD1+D8 - Music ProTracker with one 8kHz digichannel
13MD2+D8 - Music ProTracker with two 8kHz digichannels
14TMC - Theta Music Composer
15TM8 - Theta Music Composer dual POKEY configuration (stereo)
16Benjy Soundmonitor
17
18Information needed (or welcome)
19~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20- Author of the song
21- Name of song
22- Date of creation or copyright date
23- Number of subsongs/default subsong
24For SAP files this information should be already included in the header, for
25other fileformats write it into a separate textfile.
26
27STIL information
28~~~~~~~~~~~~~~~~
29This information is not essential but if you know anything of these, please
30send it together with the song.
31- Name of covered song (plus album)
32- Name of the interpreter (singer, band) or composer
33If the song is a demoparty music compo contribution, send us the name of the
34party (including year) and the final standing of the song (only for songs
35that ended at 1st, 2nd or 3rd place).
36Again you can write all this information into a separate text file.
37Examples:
38
39Digital_Trash.sap
40  TITLE: Domino Dancing [from Introspective]
41 ARTIST: Pet Shop Boys
42
43Desastre.sap
44COMMENT: 2nd place at Intel Outside 4 music compo.
45
46SAP heder conventions
47~~~~~~~~~~~~~~~~~~~~~
48The filenames must not be longer than 26 characters (plus .sap) e.g.:
49
50 12345678901234567890123456.123
51 Intel_Outside_Fractal_Part.sap - all right
52 Jocky_Wilsons_Darts_Compendium.sap - wrong!
53
54Because of compatibility reasons only characters 'A..Z', 'a..z', and '0..9'
55can be used in the filenames. All spaces must be replaced with underscore
56("_"). The dash ("-") is also allowed but from no reason we don't use it :-)
57
58All tags in SAP header must be UPPERCASE (e.g. AUTHOR, DATE). The field
59contents must be closed in quotation marks ("). There is one SPACE ( )
60between the tag and the quotation mark.
61Every line in the header must end with EOL ($0d $0a).
62For unknown information use this mark <?>.
63For more information about the SAP header see the file Sap.txt.
64Example:
65
66SAP
67AUTHOR "Marek Badkowski (Bac)"
68NAME "Deafman"
69DATE "<?>"
70TYPE B
71INIT 0500
72PLAYER F092
73
74If possible, send also the original file/game/demo that you ripped the
75song(s) from.
76
77Thanks for your contributions!
Note: See TracBrowser for help on using the repository browser.