musics: Rename *.mus to *.mid

master
Mike Swanson 2017-07-17 06:28:51 -07:00
parent 7776b2f122
commit 7dfc0ae15c
103 changed files with 13 additions and 18 deletions

2
.gitattributes vendored
View File

@ -5,6 +5,4 @@
*.gif -text *.gif -text
*.wad -text *.wad -text
*.wav -text *.wav -text
*.mus -text
*.mid -text *.mid -text
*.midi -text

View File

@ -1,21 +1,18 @@
This directory contains the background music heard during play. The This directory contains the background music heard during play.
files are in General MIDI (.mid) format, but are renamed to .mus because
of the limitations of the deutex tool.
In general, most files are per-level music files: In general, most files are per-level music files:
* d_eXmY.mus - Freedoom: Phase 1 music for cXmY. * d_eXmY.mid - Freedoom: Phase 1 music for cXmY.
* d_mapXY.mus - Freedoom: Phase 2 music for mapXY. * d_mapXY.mid - Freedoom: Phase 2 music for mapXY.
* d_dmXY.mus - FreeDM music for level XY. * d_dmXY.mid - FreeDM music for level XY.
There are a few other MIDI files: There are a few other MIDI files:
* d_intro.mus / d_introa.mus - Freedoom: Phase 1 title music * d_intro.mid / d_introa.mid - Freedoom: Phase 1 title music
* d_inter.mus - Freedoom: Phase 1 intermission music * d_inter.mid - Freedoom: Phase 1 intermission music
* d_bunny.mus - Freedoom: Phase 1 Chapter 3 end music * d_bunny.mid - Freedoom: Phase 1 Chapter 3 end music
* d_victor.mus - Freedoom: Phase 1 victory screen music * d_victor.mid - Freedoom: Phase 1 victory screen music
* d_dm2ttl.mus - Freedoom: Phase 2 / FreeDM title music
* d_dm2int.mus - Freedoom: Phase 2 / FreeDM intermission music
* d_read_m.mus - Freedoom: Phase 2 / FreeDM text screen music
* d_dm2ttl.mid - Freedoom: Phase 2 / FreeDM title music
* d_dm2int.mid - Freedoom: Phase 2 / FreeDM intermission music
* d_read_m.mid - Freedoom: Phase 2 / FreeDM text screen music

Some files were not shown because too many files have changed in this diff Show More