Page 1 of 1

Reload as clone of master

PostPosted: 05 Mar 2014, 14:09
by FigDJ
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.


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>

Re: Reload as clone of master

PostPosted: 05 Mar 2014, 14:56
by sylMV
This command is broken in 3.0.
Will be fixed in upcoming 3.1.

Re: Reload as clone of master

PostPosted: 05 Mar 2014, 15:43
by FigDJ
sylMV wrote:This command is broken in 3.0.
Will be fixed in upcoming 3.1.


Thank you very much for checking on this and responding so quickly to my request.