Question about waveform modulated.

Status
Not open for further replies.

thedreiskre

Active member
I have noticed that waveform modulated uses exponential FM, however i am interested in achieving linear FM. Is there a way to either modify the waveform modulated object to support linear FM, or to instead process the signal before it reaches the FM input, so that even if the signal is interpreted as exponential, it produces a linear result. Linear fm is used in synths such as the yamaha dx7 as it allows for more accurate pitch tracking than exponential FM.
 
That would be a workaround, integrate the frequency to a phase shift. Using a log function on the frequency modulation should work, but is
clunky. There's no reason that I can see that a linear FM mode couldn't be added.
 
The code in waveform modulated is way beyond me :), i will try figure out what is actually going on before trying to implement a different kind of FM. Do you know what rshift and rshift rounded are?
 
right shift with and without rounding to nearest. Bit operations that are fast divides by powers of two.
 
Status
Not open for further replies.
Back
Top