Joined
·
3,338 Posts
Welcome to ezBEQ
ezBEQ is a program that works in conjunction with mindsp-rs to load BEQs into a miniDSP 2x4HD or a Monolith HTP-1.
Getting started Guide by @JoeNealIND
The guide has instructions for setting it up both on a Raspberry Pi (RPi) or a Windows box. Setting it up on a Mac or a Linux box is the same process as the RPI except for using the appropriate package manager for the platform. Using an RPi is the preferred method. Running it on Windows isn't as straightforward and has some potential issues that you may run into.
Upgrading
To upgrade a Windows install please see the Documentation.
To update a Raspberry Pi do the following command on the command line:
pi> sudo systemctl stop ezbeq.service
pi> cd ~/python
pi> rm -Rf ezbeq
pi> python3 -m venv ezbeq
pi> cd ezbeq/
pi> . bin/activate
pi> pip install -U ezbeq
pi> sudo systemctl start ezbeq.service
ezBEQ is a program that works in conjunction with mindsp-rs to load BEQs into a miniDSP 2x4HD or a Monolith HTP-1.
Getting started Guide by @JoeNealIND
The guide has instructions for setting it up both on a Raspberry Pi (RPi) or a Windows box. Setting it up on a Mac or a Linux box is the same process as the RPI except for using the appropriate package manager for the platform. Using an RPi is the preferred method. Running it on Windows isn't as straightforward and has some potential issues that you may run into.
Upgrading
To upgrade a Windows install please see the Documentation.
To update a Raspberry Pi do the following command on the command line:
pi> sudo systemctl stop ezbeq.service
pi> cd ~/python
pi> rm -Rf ezbeq
pi> python3 -m venv ezbeq
pi> cd ezbeq/
pi> . bin/activate
pi> pip install -U ezbeq
pi> sudo systemctl start ezbeq.service