Thanks for the help. I've still got problems with that sound, though hopefully I can find a way to get those pesky notes to sound right. Also I've tried to find a good place to download the entire "Snuggle Up to a Lemming" song - including the part most people miss if they just finish the level really quickly.
Edit: Wait wait I think I found the problem... edited the wrong lines. Let's see if this works now...
Edit II: SUCCESS! Ooh man it's in tune now! Thank you ccexplore!
Edit: Wait wait I think I found the problem... edited the wrong lines. Let's see if this works now...
Edit II: SUCCESS! Ooh man it's in tune now! Thank you ccexplore!
http://www.lemmingsforums.com/index.php?topic=107.msg1854#msg1854">Quote from: ccexplore on 2009-07-18 19:50:58
Okay, I have good news. I found a way to configure DOSBox to get rid of the problem you're having.
First, exit DOSBox if it's running.
Now, in the Windows Start Menu where you have DOSBox v0.73, select "Configuration" and then "Edit Configuration". Notepad should pop up with DOSBox's configuration file (dosbox-0.73.conf)
Go to the "[mixer]" section and change the value of "rate" to 49716:Code: [Select]rate=49716
Then go to the "[sblaster]" section and change the value of "oplrate" to 49716 as well:Code: [Select]oplrate=49716
Now save the changes and close the window, and run DOSBox again. You should find that the instrument you're complaining about is finally in perfect pitch.
I believe 49716 is the correct frequency at which the Adlib chipset operates on. The default in DOSBox was set to a lower 22050 probably for performance reasons that no longer matters in today's superfast CPUs. The lower frequency probably causes aliasing effects that distorts high-frequency components of the audio from adlib, which is probably why it only affects that particular sound.