I've been playing with the MML Effects and am struggling to understand the distinction between some of the parameters.
For vibrato, tremolo, and autopan, there are four parameters that control the LFO: Depth, Range, Speed, and Delay. I understand the last 2 just fine. Speed is the frequency of the wave and delay is the amount of time between when a note starts and the effect is applied. However, Range and Depth have me confused. They sort of seem like they are the same thing (the amplitude of the wave). The following two lines sound very similar (but they are subtly different)
BGMPLAY "@MON@MA16,64,16,0C" BGMPLAY "@MON@MA64,16,16,0C"The only thing I did was swap the Depth and Range values. It's such a subtle difference that I'm not sure how they are different, and if one of them is very low, like 0 or 1, it seems to negate the presence of the other. Most LFO's only use 2 params: speed, and range. And that graphs nicely into an oscillating wave where: Speed is the frequency and Range is the amplitude. So, what exactly is the difference between Depth and Range, since they both affect the amplitude?