Get the latest tech news
Impulse Tracker source code now available on GitHub
Original source code for Impulse Tracker, a music tracker for DOS - jthlim/impulse-tracker
Sound drivers are build individually via M*.BAT files inside the SoundDrivers subdirectory There's a InternalDocumentation folder that I've included in the repository that details what some of the magic numbers appearing through the code might mean. 8086 would allow you to do conditional jumps only within +/-128 bytes, so I spent too much time shuffling code around to meet this restriction.
Or read this on Hacker News