Quick Sign In:  

Forum: General Discussion

Topic: EQ Options Settings - Pad Page Scripting

This topic is old and might contain outdated or incorrect information.

RanikiPRO InfinityMember since 2018
Hi, I'm trying to create a script to use in a pad page that would allow using different pads to set the EQ frequencies to copy various mixers ( e.g. Virtualdj Default; Pioneer; Xone etc...)

The Script that I have come up with is, for example:
setting "equalizerLowFrequency" 70 & setting "equalizerMidFrequency" 1000 & setting "equalizerHighFrequency" 13000
(which emulates a Pioneer Mixer)

However this script doesn't seem to effect the settings under the program 'options' as I thought it would..... any clues anyone?

Cheers
 

Posted Sun 03 Mar 19 @ 5:44 pm
Your script works fine for me. I just tested it on a custom button
The options page doesn't refresh automatically though, so that may be why you think you are not making any changes?

Also:
If you add another & between each command, your button will aldo light up when all 3 settings are the same as in the command, like:
setting "equalizerLowFrequency" 70 && setting "equalizerMidFrequency" 1000 && setting "equalizerHighFrequency" 13000
 

Posted Sun 03 Mar 19 @ 5:51 pm
RanikiPRO InfinityMember since 2018
What an amazing response time! Thanks

I thought that I had tried closing and opening the options page, but it still hadn't changed - but will check again.

Thanks for the && tip too - I'll try implementing that as well....
 

Posted Sun 03 Mar 19 @ 5:56 pm
RanikiPRO InfinityMember since 2018
All working now - turns out there were some weird extra spaces in the scripting which weren't showing up on the editor (they only showed up when I copied and pasted the script to a text editor!)
 

Posted Sun 03 Mar 19 @ 6:12 pm
Glad you got it working :-)
 

Posted Sun 03 Mar 19 @ 7:10 pm


(Old topics and forums are automatically closed)