Comment 1 for bug 956625

Revision history for this message
Ben Clark (bencoder) wrote :

Hi Jon,

I don't have an RMX so I can't confirm if this will fix the issue, but could you try changing three lines in that script file and retesting:

/Applications/Mixxx.app/Contents/MacOS/../Resources/midi/Hercules-DJ-Console-RMX-scripts.js

Change these three lines:

Controls.FlangerDepth.setValue("[Flanger]", value);
to
HerculesRMX.Controls.FlangerDepth.setValue("[Flanger]", value);

Controls.FlangerDelay.setValue("[Flanger]", value);
to
HerculesRMX.Controls.FlangerDelay.setValue("[Flanger]", value);

Controls.FlangerPeriod.setValue("[Flanger]", value);
to
HerculesRMX.Controls.FlangerPeriod.setValue("[Flanger]", value);

(In my file these are on lines 460, 474 and 488, but the error message you gave indicates that the line was 446, so you might have a slightly different version of the script)

Please report back whether this change fixes the problem so that we can make it official and fix it for the next version!

Thanks very much,
Ben