i’ve attempted a bandaid software fix (basically a filter).
please don’t attempt this unless you’re comfortable with git, have norns connected to a wifi network, and don’t have shows coming up in case something gets messed up
try this branch: https://github.com/monome/norns/tree/master-encoder-soft-fix
basically recompile matron with this test version
cd norns
git pull
git checkout master-encoder-soft-fix
./waf
./stop.sh
./start.sh
to undo this and get back to the version in 181101:
git checkout 2cb308c59d4fd0dcfbeb38075ca1c60a113df3e3
./waf
./stop.sh
./start.sh
i tested with a somewhat sketchy ENC2, and i believe i’m seeing pretty good filtering. i’m testing by using ENC1 to navigate left to the MIX page and then using ENC2/ENC3 to move the bars.
beyond that i’m investigating optimized methods of fixing the hardware before i inundate myself with repairs… and trying to figure out the cause of the degradation. thank you for your patience everyone.