Created attachment 160360 [details] Pay attention to Master Audio levels. (Part 1) SUMMARY Bug: Unmute Master Audio can't restore in GUI in next session. STEPS TO REPRODUCE 1. Add clip with audio stream in timeline. 2. Mute Master Audio in "Audio Mixer" tab. 3. Save the changes and close the project/KDEnlive. 4. Open KDEnlive again and reload the project. 5. Play clip with audio stream in the timeline. OBSERVED RESULT As soon as reload the project, the "Master Audio" will not be with the mute status icon and any audio in timeline will not listen. It's necessary open the KDENLIVE project file, search for the line with "-1000" string (without quotation marks) and replace by "1" (without quotation marks). Save the changes. Open the project again and realise that audio will be restore in timeline. EXPECTED RESULT As soon as reload the project, the "Master Audio" will be with the mute status icon and click it will restore to audio in timeline to be listen. SOFTWARE/OS VERSIONS Windows: Windows 10 Version 2009 (x86_64) KDE Frameworks Version: 5.107.0 Qt Version: 5.15.9 (built against 5.15.9)
Created attachment 160361 [details] Pay attention to Master Audio levels. (Part 2)