Menu

Easy way to switch between multiple EQs

Bryan Chow
2020-06-14
2020-06-14
  • Bryan Chow

    Bryan Chow - 2020-06-14

    I found this handy while trying out different equalizations so thought I'd share:

    Eval: REW=2
    # 0 = no EQ
    # 1 = flat room response, up to 6db boost
    # 2 = house curve
    # 3 = old version
    
    If: REW==1
    Channel: L
    Preamp: -1 dB
    Include: PEQ 14 June 4.1 Left flat 20 max 6db boost.txt
    Channel: R
    Preamp: +0 dB
    Include: PEQ 14 June 4.1 Right flat 20 max 6db boost.txt
    EndIf:
    
    If: REW==2
    ...
    EndIf:
    

    I keep different versions of my EQs in the config.txt so I can just change the value of REW to try different versions easily.

     
  • Peter Verbeek

    Peter Verbeek - 2020-06-14

    Nice way to switch, Brian. I guess you're getting pretty familair with the commands :)

    Have you been able to take a look at Peace? Switching can be done by mouse click, hotkeys, Windows system tray, desktop icons and through automation.

     

Log in to post a comment.