You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: