problem modifier traktor: stucked at a value

problem modifier traktor: stucked at a value

Sup boys

I’m having a problem with a mapping. It’s for a switch (toggle on/off)

note E0
Modifier1
button direct
value=0

note E0
Modifier1
button direct
value=1 when M1=0

It gets stucked sometimes at 1 sometimes at 0
Several modifiers got the same problem (on several controllers)
When it happens I just open the controller manager, learn the same button and it works again. But I’d like to know where is the problem coming from…

Did it happen to you before?

You need to add the condition on step 1 to only apply if M1=1, otherwise the direct to 0 will work at all times generating crosstalk.

Cheers padi_04