This is relocating a reply to a question from @Gavin in this post.
For a while I have been in pursuit of "expression control for everything" with guitar pedals. One solution that I have been experimenting with is digipots controlled by a Teensy. In reply to @Gavin's question, yeah, this totally works. In my opinion, it doesn't make a lot of sense to use Axoloti for control, because Axoloti has so many other more powerful things it can do it seems a bit "wasteful" to me. Teensy is cheaper and smaller and can be built into a little self-contained controller or even fit within a standard guitar pedal enclosure.
I did write up a little how-to on getting the digipots to work here. What I haven't written up yet is the part of connecting this to MIDI control, which is also pretty easy with the Teensy, and then makes it possible to use an off-the-shelf MIDI foot pedal/expression pedal to control analog pedal parameters.
None of this is all that novel. Someone who does a much more sophisticated version is this guy, whom I have not seen live but have heard about from others.
My challenge, now that I have something that does what I thought I wanted, is figuring out what I can do with it that is actually musically interesting. Some of my initial experiments are pretty underwhelming, but I haven't pushed it very far yet. Would love to hear if anyone else has explored similar projects.


As for novelty, there's little new under the sun, but a lot of less-trodden paths.
I've worked on a mock up of this approach which I plan to take further incorporating an lcd screen and LEDs on each knob so you know whether the current setting is above below or on the preset value. Also, no change to the preset value until you go past its set value. I hope I explained this in a way so it is understandable.