>> I have two fm instruments with slightly different modulation indices.
>> I
[quoted text clipped - 17 lines]
>
> Cheers Jens
> >> I have two fm instruments with slightly different modulation indices.
> >> I
[quoted text clipped - 23 lines]
>
> Cheers Jens
Thanks for the reply, another quick question though. Is the cosine/sine
fade with respect to a linear scale or a dB scale. For example, is the
following equation valid -
do
{
d+=1/frequency;
fade = cos(PI/_length*(d-_startTime)/2)
*(_startVolume - _finishVolume )+_finishVolume;
signal*=fade;
}
while(d<(_length+_startTime));
where _startVolume and _finishVolume are linear values such as 300 and
30000, with these values in the range -32768 to +32767 for 16 bit
audio?
Thanks for your help,
Barry.
Jens Rodrigo - 24 Aug 2006 10:45 GMT
bg_ie@yahoo.com> schrieb:
> Thanks for the reply, another quick question though. Is the
> cosine/sine
[quoted text clipped - 15 lines]
> 30000, with these values in the range -32768 to +32767 for 16 bit
> audio?
The sinus and cosinus curves go with the amplitude
values of the voltage.
Here you find the sinus/cosinus as dB curves:
http://www.sengpielaudio.com/Panoramaregler-Panpot.pdf#search=%22panpot%22
Cheers Jens