Reload as clone of master

I post over here because I don't have a problem making MIDI maps. However, this one command I can't seem to get it to work in 3.0 while it works like a charm in 2.6.
The command is
ReloadAsCloneOfMaster
Below is an example copy of my code. Again using basically the same map + or - differences in aliases. Same controller DDJ-SX this command works in 2.6 but it is not responsive in 3.0. I could be doing something wrong but would appreciate if someone could check on this.
The command is
ReloadAsCloneOfMaster
Below is an example copy of my code. Again using basically the same map + or - differences in aliases. Same controller DDJ-SX this command works in 2.6 but it is not responsive in 3.0. I could be doing something wrong but would appreciate if someone could check on this.
- Code: Select all
<mapping>
<events>
<MIDI type="Note" parameter="0x63" channel="0x2"/>
</events>
<controls>
<control alias="fam(Player)[0x2].ReloadAsCloneOfMaster"/>
</controls>
<preset name="Trigger Button">
<parameters>
<parameter object="metronom" key="Repeat Acceleration" value="0.1"/>
<parameter object="metronom" key="Repeat Time" value="0"/>
<parameter object="metronom" key="Start Time" value="500"/>
</parameters>
</preset>
</mapping>