Closed bitkeeper closed 3 years ago
The first implementation of the plotting used svgs generated in the backend. Thid was slow and not very flexible, so I changed it so the backend just generates the data points, and the actual plotting is done in the frontend. It looks as if you have a combination of the new backend with the old frontend. Could you check that you are really using the new frontend? I have had some issues where I made some change that just didn't show up because the browser still used the old version from cache.
I'm on the latest heads of both master branches:
Tried even a browser I never had used with camillagui before.
Are there any other things I can try?
Oh I checked the code and the pipelinestep plotting isn't updated. I thought I had fixed that, must have forgotten (or made some strange git mistake). It won't work the way it is now. I'll fix asap!
Thanks!
I also stumbled upon this and fixed it in #26.
Confirmed that #26 fixed it.
Hi Henrik,
First thanks for creating CamillaDSP including the surrounding tools. I have small issue with the plotting in camillagui, hope you can help out:
On press plot of pipeline step:
Expected a bandwidth/phase plot or something like that, but got:
After inspection no image is returned, but json:
On the commandline
plotcamillaconf
the lot of the pipeline is succesfull.