Hi there,
Great progress forward!
I was testing it and there seems to be an issue with the function that sets the slider from the minichord-reported values. The slide position and the slider value don't match.
For example here :
In the console:
[SLIDER] sysex=84, name=delay mix, currentValue=60, floatMultiplier=100, sliderValue=0.6, input.value=1, valueInput.value=0.6
I have a bit of trouble navigating your code, but my guess is that there is something wrong around the line 500-519. Looking at the developer tools, the slider value is indeed 1 (should be 0.6).
This is not breaking for a demo, but might need to get looked at.
Hi there,
Great progress forward!
I was testing it and there seems to be an issue with the function that sets the slider from the minichord-reported values. The slide position and the slider value don't match.
For example here :
In the console:
[SLIDER] sysex=84, name=delay mix, currentValue=60, floatMultiplier=100, sliderValue=0.6, input.value=1, valueInput.value=0.6I have a bit of trouble navigating your code, but my guess is that there is something wrong around the line 500-519. Looking at the developer tools, the slider value is indeed 1 (should be 0.6).
This is not breaking for a demo, but might need to get looked at.