Difference between revisions of "MUS (DMX)"

From Video Game Music Preservation Foundation Wiki
Jump to: navigation, search
(Games)
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Infobox Format
 
{{Infobox Format
| Title     = Music
+
| Title       = Music
| Format   = MUS
+
| Format     = MUS
| Developer = [[id Software]]
+
| Developer   = Paul Radek
| Released = 1993-12-10
+
| Header      = Custom
| FirstGame = [[Doom (DOS)]]
+
| Content    = Notational
 +
| Instruments = External
 +
| OutputDA    = No
 +
| OutputMIDI  = Yes
 +
| OutputFM    = Yes
 +
| OutputPSG  = No
 +
| Released   = 1993-12-10
 +
| FirstGame   = [[Doom (DOS)]]
 
| Extension01 = *.mus
 
| Extension01 = *.mus
 
}}
 
}}
  
'''''Music (MUS)''''' is a music format created by [[Jason Blochowiak]] and [[Bobby Prince]] for [[Doom (DOS)]]. The layout is almost identical to a [[MIDI]]-0 file, only with a smaller header. Its uses the standard MIDI syntax, but since it's a type-0 style, it can only play one track of audio instructions. The format was used in all of the Doom-derivative games through the mid 1990s.
+
'''''Music (MUS)''''' is a music format created by Paul Radek for his [[DMX (Driver)|DMX audio library]]. This library is best known for powering the audio in [[Doom (DOS)]] and related games. The data is almost identical to standard [[MIDI]], but with the bytes arranged in a very different and much more space-efficient structure. It can only play one track of audio instructions, but across 16 channels with multiple notes per channel. The format was used in all of the Doom-derivative games through the mid 1990s.
  
To create MUS files, John Romero created a tool called IMUSE (not to be confused with LucasArts iMUSE) that would convert MIDI files in to MUS files, and could also convert digital sound effects into MIDI or PC Speaker equivalents.
+
To create MUS files, Paul Radek created a tool called [[MIDI to MUS (id Software)|MIDI2MUS]] that would convert MIDI files in to MUS files.
 
 
Vladimir Arnost has written up the [http://www.vgmpf.com/Docs/Format-MUS-MUSForm.html specs] of the MUS format, the text file is encoded in Unicode.
 
  
 +
==Players==
 +
<div style="float:right;">([[:Category: MUS Players|Category]])</div>
  
==Players==
+
* [[Camoto]] - Linux, Windows
* [[MIDI Component]] - foobar2000 Component
+
* [[MIDI Decoder]] - foobar2000
 
* [[MUS Player]] - DOS
 
* [[MUS Player]] - DOS
* [[Winamp]] - Android / Macintosh / Windows (Extension must be activated)
+
* [[Winamp]] - Android, Macintosh, Windows (Extension must be activated)
  
 +
==Converters==
 +
<div style="float:right;">([[:Category: MUS Converters|Category]])</div>
  
==Converters==
+
===MUS to ?===
* [[MIDI to MUS (id Software)]] - DOS
 
 
* [[MUS to MIDI Converter]] - DOS
 
* [[MUS to MIDI Converter]] - DOS
 
* [[Quick MUS to MIDI Converter]] - DOS
 
* [[Quick MUS to MIDI Converter]] - DOS
  
 +
===? to MUS===
 +
* [[MIDI to MUS (id Software)]] - DOS
  
 
==Games==
 
==Games==
{{Table Header
+
<div style="float:right;">([[:Category: Games That Use MUS|Category]])</div>
| Color    = FFF0FF
+
 
| Caption01 = Released
+
{| class="wikitable" |
| Caption02 = Title
+
! Released
| Caption03 = Sample
+
! Title
}}
+
! Sample
 +
|-
 
| 1993-12-10
 
| 1993-12-10
 
| [[Doom (DOS)]]
 
| [[Doom (DOS)]]
Line 40: Line 51:
 
| 1994-04-01
 
| 1994-04-01
 
| [[Raptor: Call of the Shadows (DOS)]]
 
| [[Raptor: Call of the Shadows (DOS)]]
| {{Song-Box|02 - Raptor - DOS - Intro Music.ogg}}
+
| {{Song-Box|05 - Raptor - DOS - Wave Music 1.ogg}}
 
|-
 
|-
 
| 1994-10-10
 
| 1994-10-10
Line 50: Line 61:
 
|  
 
|  
 
|-
 
|-
| 1995-09-30
+
| 1995-10-30
 
| [[Hexen: Beyond Heretic (DOS)]]
 
| [[Hexen: Beyond Heretic (DOS)]]
|  
+
| {{Song-Box|201 - Hexen - DOS - Orb.ogg}}
 
|-
 
|-
 
| 1996-05-15
 
| 1996-05-15
Line 71: Line 82:
 
|}
 
|}
  
 +
==How to Obtain==
 +
MUS files usually need to be extracted from game resource files. This is the same for all WAD-based games, but Raptor uses a different format.
 +
 +
==Technical==
 +
All MUS files begin with "MUS". Vladimir Arnost has written up the [http://www.vgmpf.com/Docs/Format-MUS-MUSForm.html specs] of the MUS format, the text file is encoded in Unicode.
 +
 +
The MUS format's timing is based on ticks, but the length of a tick is not stored in the file. This means you must know beforehand how long a tick is in order play the song at the proper tempo. All games using the ''Doom'' engine and its derivatives should be played at 140 Hz. The only game to use a different playback rate is ''Raptor: Call of the Shadow'' which is 70 Hz. Since Raptor is the one-off, most MUS players are hard-coded to playback at 140 Hz, making playback of Raptor's music (or songs eith custom timing) inaccurate.
  
 
==Links==
 
==Links==

Revision as of 09:16, 21 September 2016

Music
MUS (DMX).png
Developer: Paul Radek
Header: Custom
Content: Notational
Instruments: External
Target Output
Output - Digital Audio - No.png Output - MIDI.png Output - FM Synthesis.png Output - PSG - No.png
Released: 1993-12-10
First Game: Doom (DOS)
Extensions
  • *.mus

Music (MUS) is a music format created by Paul Radek for his DMX audio library. This library is best known for powering the audio in Doom (DOS) and related games. The data is almost identical to standard MIDI, but with the bytes arranged in a very different and much more space-efficient structure. It can only play one track of audio instructions, but across 16 channels with multiple notes per channel. The format was used in all of the Doom-derivative games through the mid 1990s.

To create MUS files, Paul Radek created a tool called MIDI2MUS that would convert MIDI files in to MUS files.

Players

(Category)

Converters

(Category)

MUS to ?

? to MUS

Games

(Category)
Released Title Sample
1993-12-10 Doom (DOS)
1994-04-01 Raptor: Call of the Shadows (DOS)
1994-10-10 Doom II: Hell On Earth (DOS)
1994-12-23 Heretic: Shadow of the Serpent Riders (DOS)
1995-10-30 Hexen: Beyond Heretic (DOS)
1996-05-15 Strife (DOS)
1996-05-31 Final Doom (DOS)
1996-??-?? Chex Quest (DOS)
1996-??-?? Chex Quest 2 (DOS)

How to Obtain

MUS files usually need to be extracted from game resource files. This is the same for all WAD-based games, but Raptor uses a different format.

Technical

All MUS files begin with "MUS". Vladimir Arnost has written up the specs of the MUS format, the text file is encoded in Unicode.

The MUS format's timing is based on ticks, but the length of a tick is not stored in the file. This means you must know beforehand how long a tick is in order play the song at the proper tempo. All games using the Doom engine and its derivatives should be played at 140 Hz. The only game to use a different playback rate is Raptor: Call of the Shadow which is 70 Hz. Since Raptor is the one-off, most MUS players are hard-coded to playback at 140 Hz, making playback of Raptor's music (or songs eith custom timing) inaccurate.

Links