Xone K2 Mapping / Filter reset if filter is active

Xone K2 Mapping / Filter reset if filter is active

Hey DJTT Community,

I just registered and wanted to ask a question that is bugging me. I have a Xone K2 and I want to use the rotary encoder on top of the unit as a filter. I assigned button push to activate/deactivate the filter. Now I really like to have the filter being resetted if I deactivate it. So deactivate and reset at the same time.

Please run me through the steps slowly if you decide to help me as I’m new to advanced mapping techniques. Thank you!

Add In > Mixer > Filter Adjust > Type “Button” > Interaction Mode “Reset” > Focus “whatever deck you are working with”

Hi Padi_04,

Thanks for your answer but that would mean the filter gets resetted in both cases. I only want to have the filter being resetted if I turn it from on state to off state and that would mean using a modifier in some way. Pressing the button now toggles activation/deactivation.

Also I’m using traktor.

Map both to the push button:

Add In > Modifier 1
condition / M1=0
type / button
interaction / direct
value = 1

Add In > Modifier 1
condition / M1=1
type / button
interaction / direct
value = 0

Now add filter on/off switch based on modifier states:

Add In > Mixer > Filter On
condition / M1=0
type / button
interaction / direct
value = 1

Add In > Mixer > Filter On
condition / M1=1
type / button
interaction / direct
value = 0

Last step: dedicate the modifier state of active filter.

Add In > Mixer > Filter Adjust
condition / M1=1
type / button
interaction / reset

Hi Stewe,

That worked perfectly. Thank you very much!
I hope I will be able to extract enough knowledge from this function to be able to finally get the system. :slight_smile: