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
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.