You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the potentiometers and have the rotation parameter changed so to create a family of curves for the different settings of the cursors.
I stumbled a bit, and in the course of debugging I've arrived at this minimum example:
Each of the pots has the LEVEL parameter different, which from documentation (and a fine example of a Baxandall tone control) I understood the level 1 is linear taper, 2 is log and 3 'inv log'.
So, in the screen captured above, I would expect for the three pots at mid turn, the linear one giving half volt, the log one in the whereabouts of 10% to 20% of source voltage and the last one between 80% to 90% of the voltage.
However, all three show same 0.5V!
Inpecting the netlist exported (using Ngspice) yielded the following pertaining lines:
I'm trying to use the potentiometers and have the rotation parameter changed so to create a family of curves for the different settings of the cursors.
I stumbled a bit, and in the course of debugging I've arrived at this minimum example:
Each of the pots has the LEVEL parameter different, which from documentation (and a fine example of a Baxandall tone control) I understood the level 1 is linear taper, 2 is log and 3 'inv log'.
So, in the screen captured above, I would expect for the three pots at mid turn, the linear one giving half volt, the log one in the whereabouts of 10% to 20% of source voltage and the last one between 80% to 90% of the voltage.
However, all three show same 0.5V!
Inpecting the netlist exported (using Ngspice) yielded the following pertaining lines:
It seems the implementation of either ignores the LEVEL parameter or the equations lead all to a linear function of cursor position.
The text was updated successfully, but these errors were encountered: