Best way to manage M4L parameter banks for compatibility with Live 9/10

Evan's icon

I've recently released a device, and am having a hard time deciding how to best manage parameter banks for compatibility with Live 9 and 10. I am using the live.banks object in Live 10, but now the automapping index parameter is gone. I can open the device in Live 9 and update those all manually, but if I save and freeze the device will the parameters that I organized in the live.banks object disappear when opened in Max 8/Live 10?

Any suggestions on best practices here would be greatly appreciated.

S4racen's icon

You could poll for the version of Live and if 9 then use the _pararameter_order_index (i think it's called) to add your order numbers into the parameters?
Cheers
D

Evan's icon

Ah! That's clever, never thought of that, will have to give it a try. Thanks D!