Can some1 help creating a cycling automix script which decreases the bass and highs of the active deck and increases the bass highs of the trach which will be next?
Thank you!
Thank you!
Posté Sun 18 Nov 18 @ 1:58 pm
Just to clearify - do you mean something like this:
The script used in the example is:
repeat_start_instant 'eqchanger' 100ms 50 & deck 1 eq_low -1% & deck 1 eq_high -1% & deck 2 eq_low +1% & deck 2 eq_high +1%
It can certainly be improved if needed - like take into consideration which deck you are on, and that the eq may not be perfectly setup to begin with
Posté Sun 18 Nov 18 @ 2:37 pm