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

Add gain reduction support to more native plug-ins #1037

Open
FelipeZanabria opened this issue Mar 24, 2024 · 3 comments
Open

Add gain reduction support to more native plug-ins #1037

FelipeZanabria opened this issue Mar 24, 2024 · 3 comments

Comments

@FelipeZanabria
Copy link

Recently Reaper has added the ability to display tcp gain reduction for many plug-ins, including some third-party plug-ins and many native JSFX, such as 1175 compressor and others. These JS have in the init section this:
ext_gr_meter = 0;
This changes as the compressor acts.
Could OSARA take advantage of this and include these plug-ins in the watcher? I really like the 1175 and I would like to be able to accompany the gain reduction.

@FelipeZanabria FelipeZanabria changed the title Add gain reduction suport to more native plug-ins Add gain reduction support to more native plug-ins Mar 24, 2024
@jcsteh
Copy link
Owner

jcsteh commented Mar 25, 2024

Does this not already work if you try to watch the effect with Peak Watcher? The code I'm not using is not plugin specific. Rather, it uses the documented way to access gain reduction in the REAPER API, which I assume should also be used for these newer plugins.

@FelipeZanabria
Copy link
Author

I tried it and it tells me that the peak viewer does not support the focused element.

@jcsteh
Copy link
Owner

jcsteh commented Mar 26, 2024

I have no idea why this doesn't work. I guess the API doesn't support getting this info, which is kinda weird.

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

No branches or pull requests

2 participants