summaryrefslogtreecommitdiff
path: root/src/mus2mid.c
AgeCommit message (Expand)Author
2014-10-08midi: Fix "D_DDTBLU disease".Simon Howard
2014-05-05Clean up file headers.Simon Howard
2012-12-23Add standalone build target for mus2mid binary.Simon Howard
2010-02-05Merge from trunk.Simon Howard
2010-01-30Rename mus2mid functions to be consistent with coding standard.Simon Howard
2010-01-29When doing a MUS to MID conversion, allocate MIDI channels so that theSimon Howard
2010-01-29Fix indentation/style etc. in mus2mid.c.Simon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-01-22Use MEM_SEEK_SET for memio, not SEEK_SET.Simon Howard
2007-08-31Use gcc packed attribute for all structures read/written to disk. ThisSimon Howard
2007-08-24Initialise tracksize variable before mus2mid conversion, otherwise it isSimon Howard
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
2006-11-15Use booleans in place of ints where possible.Simon Howard
2006-11-15Fix endianness problem in mus2mid code (thanks denis)Simon Howard
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-07-28Try to convert MUS even if the MUS header is not present. The new codeSimon Howard
2006-07-22New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>Simon Howard