f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.91k stars 439 forks source link

use of a USB Midi Device as Hardware Controller #2278

Open marqzB opened 5 days ago

marqzB commented 5 days ago

Is there a possibility to connect a Midi hardware controller like the mackie standard compatible controllers like the Behringer X Touch Series as a interface for the SDR Software? It would be nice if you could map any Midi controller to the Buttons of your software like in any DAW like Ableton etc. so you could use a cheap Controller and make the software more Hardware alike.

f4exb commented 5 days ago

You have this plugin: https://github.com/f4exb/sdrangel/tree/master/plugins/feature/jogdialcontroller If you are able to map your controller to keyboard key sequences then it may work.

marqzB commented 4 days ago

i Doubt this will work the midi device is no keyboard / HID Device, but maybe there is a library that does this.

(Another Idea, can I use an VST to insert a Audio Filter in the NF path?)