10-12-2021, 07:40 PM
(10-12-2021, 10:33 AM)Tantor Wrote:(10-11-2021, 09:09 PM)Tim Curtis Wrote: Yer all set. It's nice to have JB Radio 2 back on the air :-)
Hi Tim, could you also update piCamillaDSP-plot in the next MoOde release, many thanks
If you don't want to wait you can do it yourself in a few minutes. The general instructions are at https://github.com/HEnquist/pycamilladsp-plot
Specifically, on my moOde 7.4.1 player I ran the following (choose some convenient directory to work in; I start in user pi's home directory /home/pi)
Code:
git clone --depth 1 https://github.com/HEnquist/pycamilladsp-plot.git
cd pycamilladsp-plot
sudo pip3 install .
The output from the install step ended with the following
Code:
Successfully built camilladsp-plot
Installing collected packages: camilladsp-plot
Found existing installation: camilladsp-plot 0.6.0
Uninstalling camilladsp-plot-0.6.0:
Successfully uninstalled camilladsp-plot-0.6.0
Successfully installed camilladsp-plot-0.6.2
I tried "plot frequency response of this filter" and "plot the pipeline" buttons and both still(!) worked. I have no idea what improvements this upgrade brings.
Regards,
Kent
PS - using the --depth 1 option on git clone isn't necessary but it saves time and space when all you want is the current codebase.