Friday, February 12, 2021

Re: Adding a set_sensitivity() function to VCO_C block

So editing the vco_c.h file :

...
static sptr make(double sampling_rate, double sensitivity, double amplitude);

//! Sets the sensitivity.
virtual void set_sensitivity(double sensitivity) =0;
....


did the job!

thanks again,
Achilleas

No comments:

Post a Comment