Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I am considering making an Arduino based MIDI interface to use with SDR Console. As far as I can tell it's assumed that Tx Drive, Gain and Proc are assigned to buttons. Is it possible to use potentiometers for these functions?
You might want to describe how you want to use potentiometers here. About the only sensible things that comes to mind requires a spring loaded potentiometer that returns to center. Then you could encode how rapidly the frequency change happens. But such controls are unsatisfying for me to use. YMMV.
If you want to encode the range between X and Y then you get 127 steps for selecting the frequency you want. That's a MIDI limitation.
Rotary encoders would be more traditional feeling. A nice heavy knob with adjustable braking would be ideal and very $$$. They are "more or less" compatible with the MIDI interface if the interface grows an understanding of the "vol" level on the commands. The Arduino could even encode some acceleration to the control.
Basically I suspect the answer to your question is "no" at this time.
{^_^}