Open MatthiasMann opened 2 months ago
What arguments to you pass to Equalizer
? Is it possible that range_y
is undefined?
I'm doing this:
let eq = document.createElement('aux-equalizer');
eq.auxWidget.set("range_x", {
min: 50,
max: 20000,
scale: 'frequency'
});
eq.auxWidget.set("range_y", {
min: -30,
max: 30
});
eq.auxWidget.set("range_z", {
min: 0.025,
max: 40,
step: 0.1,
reverse: true
});
I think it is a race condition where range_y
has not yet been set
I upgraded to version 1.3.5 and get this error: