Convert "Solo Frame" in "Frame" ?

Ask a generic question about the usage of QLC+, not related to a particular operating system
Post Reply
User avatar
lorenzoandreani
Posts: 101
Joined: Tue Sep 01, 2015 9:19 am
Location: Marina di Carrara
Real Name: Lorenzo Andreani

Can a "Solo Frame" be converted to "Frame" and vice versa?

I did not find the possibility of doing so, and this would helpful to me several times
siegmund
Posts: 703
Joined: Mon Nov 02, 2015 11:03 am
Location: Germany
Real Name: Lukas

Using the UI there is no such functionality. You could try manipulating the .qxw file directly. It's XML-based and at a first glance the difference between a normal and a solo frame is the tag:

Code: Select all

<Frame> vs <SoloFrame>
In addition to that, a SoloFrame object apparently must have a "Mixing" property:

Code: Select all

<Mixing>False</Mixing>
So maybe just give it a try, but make a backup of the original file!
Post Reply