Hello.
How can I use a script to temporarily activate ezRemix eq?
What I want is to be able to use the frequency equalizer normally but when I press a modifier key (for example SHIFT), it changes to ezRemix.
When I stop pressing SHIFT, it has to return to the frequency equalizer.
How can I use a script to temporarily activate ezRemix eq?
What I want is to be able to use the frequency equalizer normally but when I press a modifier key (for example SHIFT), it changes to ezRemix.
When I stop pressing SHIFT, it has to return to the frequency equalizer.
Posted Tue 03 Sep 24 @ 10:02 am
Try using a key that is not predefined as a shift button for other keys
Then try mapping it to:
eq_mode 'ezremix' & up ? eq_mode 'frequency'
Then try mapping it to:
eq_mode 'ezremix' & up ? eq_mode 'frequency'
Posted Tue 03 Sep 24 @ 2:21 pm
It works. Thank you Klaus.
Posted Wed 04 Sep 24 @ 6:54 am