-
Notifications
You must be signed in to change notification settings - Fork 146
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
[FEATURE] Stereo impulse responses #479
Comments
Could've sworn there was an Issue for this already. Regardless, yes, I'm open to this. |
How then? Creating two instances of a plugin for the left and right channels is somehow archaic. |
Stereo is highly requested, but it's pretty easy to work around this until it's fixed. For now, if you want a full stereo route from input to output, you can add two instances of NAM on a track, and for example, in Reaper, use the output pins and choose 1>1 ... 2 > 2, respectively for each instance of NAM. This is how I setup NAM to be fully stereo, it takes a few clicks and then you can save the fx chain for later recall: |
I suspect that the author did not use the regular convolution class WDL_ConvolutionEngine or WDL_ConvolutionEngine_Div from the IPlug2 framework. It just has the ability to work in stereo mode. I wonder what good reasons the author had for not using this convolution class? |
@flutomax the reason is that I started this project for fun, and it was more fun for me to write the code than to use someone else's 🙂 For sure, if someone else were doing this then they might consider doing it another way like using something off the shelf. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Every comment on every repo shows up as an email in my inbox. Please keep discussion here related to working on the Issues. To clarify, when I said
I meant that I intend to implement this. |
Is it possible to support IR in stereo mode in the future? In other words, can I count on downloading stereo WAV files containing IR in order to apply convolution for the left and right channels separately?
I would really like to be able to work with a plug-in with such a feature.
The text was updated successfully, but these errors were encountered: