So, I have built myself a FM synthesizer with 6 operators in VSig. It's still in the works, the algorithm is not that complex, although it appears to be.
I would like to find a way to compute the Index of FM for each oscillator (operator). The index = frequency deviation / frequency of the modulating oscillator. The Oscillator module has an audio input to modulate its frequency and a control input to adjust the depth. I can use a C_A to convert the signal to audio, and then route a.) the converted signal for depth (deviation) and b.)the frequency of the operator into a Divide module. So, the questions are:
A. How do I route the output of the Divide module into a Menupage module, so that I can see the computed index?
B. As it is, the index is computed, but is there a way to insert directly a ratio, like 4:3, into the oscillator?
Thanks,
Yannis