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