From: jb3207 AT eclipse DOT co DOT uk (Jason Barstow) Newsgroups: comp.os.msdos.djgpp Subject: Re: MIDI to MOD converter Date: Wed, 08 Jan 1997 20:23:05 GMT Organization: Jabber Interactive Lines: 21 Message-ID: <32d403ae.0@deimos.eclipse.co.uk> References: <32CEDF7D DOT 7766 AT juno DOT com> Reply-To: jb3207 AT eclipse DOT co DOT uk NNTP-Posting-Host: 193.82.136.195 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "John F. Bell" wrote: >I am using SB_LIB for my sound stuff, and I was wondering if anyone >knows of a MIDI to MOD converter. I've used PTMID (ver0.3, though listed as PTMID3.ZIP) Includes source, so I've recompiled it with DJGPPV2; - I had to make some minor changes. Converts MID to MOD/MTM (though I've experience some problems with MTM). It's okay as long as you allow enough channels (i.e. more than the standard 4) You have to sample each instrument used and define the mapping (midi instrument to sample). I guess the net effect is wavetable in software. Jason.