Cannot get DoubleTap to work in a matrix of faders

Hi there,

Apologies, I have come across another issue; I am looking to recreate the modulation matrix on the MiniFreak, and thought it would be handy to have the faders reset to default on a doubletap (which works flawlessly on a single non-matrix fader). However, when I add the "DoubleTap": "true" property in the matrix's props it doesn't appear to have any effect. I have added these props (in case something else in interfering with it!):

{
"design": "compact",
"horizontal": "false",
"lineWidth": 0,
"DoubleTap": "true",
"origin": 0.5,
"default": 0.5
}

Would this be the correct way to get the doubletap to reset each fader to default in a matrix of faders?

Any help appreciated as always!

Type doubleTap instead of DoubleTap, property names are case-sensitive.

1 Like

Aha! Thanks very much for pointing that out, working now, sorry for the rookie error! :slightly_smiling_face: