Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FW13 easyeffects convolver fix #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

partofthething
Copy link

Bring in required Convolver impact file for FW13 easyeffects.

This irs file is required for the convolver plugin to work,
which creates the most significant change on the sound quality
of all the other settings. Without this file, the convolver plugin
errors out with 'Failed to load Impact file' and does not work.
With this file, the sound sounds great!

File sourced from https://github.com/cab404/framework-dsp/tree/master/config/irs

This irs file is required for the convolver plugin to work,
which creates the most significant change on the sound quality
of all the other settings. Without this file, the convolver plugin
errors out with 'Failed to load Impact file' and does not work.
With this file, the sound sounds great!

File sourced from https://github.com/cab404/framework-dsp/tree/master/config/irs
@ctsdownloads ctsdownloads self-assigned this Sep 24, 2024
@ctsdownloads ctsdownloads added the enhancement New feature or request label Sep 24, 2024
@ctsdownloads
Copy link
Collaborator

Interesting, can you provide additional details how this works, where it's placed and where it's needed? For Fedora and Ubuntu, the script as it is works flawlessly, so I wonder what the config different happens to be?

@partofthething
Copy link
Author

partofthething commented Sep 24, 2024

For me, the script 'worked' at first on Ubuntu and sounded much better. But when I clicked on "effects" and then "convolver" it said "Failed to load Impact file" so I looked into it and figured this out. After loading the file, the convolver setting looks MUCH different, and the sound became, if you can believe it, EVEN BETTER!

Check your convolver setting and see if it looks like this. I'm guessing not if you don't have this file.

image

EDIT: The file gets put in /.config/easyeffects/irs via the script, which is where the existing convolver settings file is looking for it on this line

"kernel-path": "%CFG%/irs/IR_22ms_27dB_5t_15s_0c.irs",

Before this change, the existing configs are pointing to files that do not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants