Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Thread Closed 
Problem: MoOde freezes, config pages won't load
#21
Yes, for CamillaDSP 2 there were some changes in yml structure to support its new features and that broke older yml files. This was discussed in the main CamillaDSP thread at diyAudio. We put some backward compatibility code in our integration of Camilla 2 to try and auto-correct some things in older yml but your best bet is to redo your config.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#22
Thanks, 
To avoid recreating all yml files for my headphones, I inspected the differences between 8.3.9 and 9.0.5 yml files.
Doing that I also found a small bug in the web interface (below).
The mixers section is probably defaulted in the 8.3.9 version and not mentioned in the pipeline.



Code:
mixers: null
pipeline:

So, by replacing these two lines in the 8.3.9 version with the amended mixer and pipeline sections, you get a working file.
Then you can open it and add the filters to the pipeline and save the file.
(In one file the mixers: null line was missing. In that case replace pipeline: with the text below… )
Of course do this on a copy of the files, I didn’t test if this Camilla 2 yml file works in 8.3.9 Smile

Code:
mixers:
 stereo:
   channels:
     in: 2
     out: 2
   description: null
   mapping:
   - dest: 0
     mute: null
     sources:
     - channel: 0
       gain: 0
       inverted: false
       mute: null
       scale: null
   - dest: 1
     mute: null
     sources:
     - channel: 1
       gain: 0
       inverted: false
       mute: null
       scale: null
pipeline:
- bypassed: null
 description: null
 name: stereo
 type: Mixer

The bug I found is that downloading from the Pipeline Editor doesn’t work. It saves a file, but the content is actually a PNG with the moode logo.
#23
Glad things are working.

The broken download is prolly due to how we use NGINX to handle the Pipeline Editor GUI. Just download the files from the File Management section of the main CamillaDSP Config screen.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
#24
This thread seems to have wandered away from the OP so prolly best to close it. If OP still has issue then post a new thread with startup log etc.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub


Forum Jump: