Comment 22 for bug 1531876

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

@Sean: Using a new control object for for ignore next seams a little bit to inflexible, since It is global and it should only affect one mapping and not an other controller that can be connected as well.

How about introduce a wild card like
               <softTakeoverIgnoreNextValue>
                    <group>[Channel2]</group>
                     <key>*</key>
               </softTakeoverIgnoreNextValue>

or:
               <softTakeoverIgnoreNextValue>
                    <group>[Channel2]</group>
                     <key></key>
               </softTakeoverIgnoreNextValue>

or:
               <softTakeoverIgnoreNextValue>
                    <group>[Channel2]</group>
               </softTakeoverIgnoreNextValue>

This would allow to reset soft-takover of a whole group and explicit from any control via a xml tag that still works as usual.