Post Go back to editing

SigmaStudio Tone

Hello, I would like to know how to set the parameters of Tone control and how to calculate it

  •      Hello,

         The frequency parameter can be calculated like this:  Param = 2 * f / fs.  For example, f = 100 Hz, fs = 48K, then Param = 2 * 100 / 48000 = 0.0041667   Not surprisingly, this is also the "voltage" you'd apply to a VCO input to get 100 Hz. out.

         Best regards,

         Bob