Comment 7 for bug 1531876

Revision history for this message
Daniel Schürmann (daschuer) wrote :

After diving though the Mixxx code, it looks like a notation like this is almost natural:

            <control>
                <group>[Channel1]</group>
                <key>volume</key>
                <status>0xB0</status>
                <midino>0x70</midino>
                <options>
                    <soft-takeover/>
                </options>
               <softTakeoverIgnoreNextValue>
                    <group>[Channel2]</group>
                    <key>volume</key>
               </softTakeoverIgnoreNextValue>
               <softTakeoverIgnoreNextValue>
                    <group>[Channel3]</group>
                    <key>volume</key>
               </softTakeoverIgnoreNextValue>
            </control>

Is it maintainable?