I originally stumbled into this because I happened to still have my old 2x4 HD connected to my Raspberry Pi. I lost a lot of my automation functionality when I added a Flex HTx to my system and this shim has basically allowed me to restore it to how it was before when I was only using the 2x4 HD. I noticed that, despite the Flex HTx feeling more closed and having removed FIR import from its console, I could still reliably read live input and output levels and full status from the HTx via the minidsp CLI. That observation prompted me to build a single file shim that turns the HTx into a properly networked device with a real time WebSocket telemetry stream, a clean HTTP control API, a stateful internal model, and a single writer automation lease. It does not restore native FIR capability on the HTx, but it does make serious external FIR workflows, such as CamillaDSP or other convolution engines, practically feasible for those who want to pursue them, while also returning a level of programmability that many power users assumed had been lost with the move to Flex HTx.
For clarity, I am not currently running external FIR in my own system. My approach is primarily IIR based, which already meets my goals so I do not need external FIR for my setup. That said, I suspect others with more time, curiosity, or different objectives could use this shim as inspiration or a starting point to experiment further.
For clarity, I am not currently running external FIR in my own system. My approach is primarily IIR based, which already meets my goals so I do not need external FIR for my setup. That said, I suspect others with more time, curiosity, or different objectives could use this shim as inspiration or a starting point to experiment further.