Add support for piecewise linear interpolation taper to GtkDial
This commit adds support for piecewise linear interpolation tapers to GtkDial and the gain widget so that the 4th Gen 4i4 volume knob taper can be modelled correctly.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
enum {
|
||||
WIDGET_GAIN_TAPER_LINEAR,
|
||||
WIDGET_GAIN_TAPER_LOG
|
||||
WIDGET_GAIN_TAPER_LOG,
|
||||
WIDGET_GAIN_TAPER_GEN4_VOLUME
|
||||
};
|
||||
|
||||
GtkWidget *make_gain_alsa_elem(
|
||||
|
||||
Reference in New Issue
Block a user