NullMember
Registered
Thread Starter
- Joined
- Aug 4, 2023
- Posts
- 3
More
- DAC
- UMC404HD
- Front Speakers
- Presonus Eris E4.5
Hi all,
I wrote a little python script to generate EQ preset files from REW EQ output file (unformatted text). Pro-Q 3, ReaEQ and ReaFIR supported. ReaFIR preset file generation is useless for this purpose but preset generator library I wrote supports it so I've included it in script. You need to set eq_mode, input_filename, output_filename (without extension), and placement (for pro-q 3 only) variables before running the script. Also, EQPreset library should installed using pip. To install it using terminal:
Here is the link to the script
(sorry for breaking new user URL rule of the site)
Also, thanks for this awesome software and community. I've learned lot from here.
I wrote a little python script to generate EQ preset files from REW EQ output file (unformatted text). Pro-Q 3, ReaEQ and ReaFIR supported. ReaFIR preset file generation is useless for this purpose but preset generator library I wrote supports it so I've included it in script. You need to set eq_mode, input_filename, output_filename (without extension), and placement (for pro-q 3 only) variables before running the script. Also, EQPreset library should installed using pip. To install it using terminal:
pip install git+https://github.com/NullMember/EQPreset
Here is the link to the script
https://gist.github.com/NullMember/2dcdefdd6f9ec90f21a86183e249bd7c
(sorry for breaking new user URL rule of the site)
Also, thanks for this awesome software and community. I've learned lot from here.