plan9fox/sys/man/1/mus
qwx deae5c854b mus: fix note volume and channel selection; simplify
- fix overwriting channel 10 with channel 9
- fix using channel volume instead of last volume when setting note
  (fixes d_doom and others)
- remove useless state
2018-06-26 10:35:23 +02:00

24 lines
473 B
Plaintext

.TH MUS 1
.SH NAME
mus \- MUS to MIDI converter
.SH SYNOPSIS
.B games/mus
[
.I musfile
]
.SH DESCRIPTION
The MUS format is a simplified MIDI music format used in doom
and several related games.
.PP
.I Mus
decodes MIDI music encoded in MUS format, either from
.B musfile
or from standard input, and produces a MIDI format file on standard output.
.SH "SEE ALSO"
.IR games (1)
.SH SOURCE
.B /sys/src/games/mus.c
.SH HISTORY
.I Mus
first appeared in 9front (September, 2015).