ebu / ear-production-suite

The EAR Production Suite is a set of VST® plugins and tools for producing immersive and personalizable audio content suitable for any Next Generation Audio codec. It is based on the Audio Definition Model (ITU-R BS.2076) and the ITU ADM Renderer (ITU-R BS.2127) and enables monitoring on any ITU-R BS.2051 loudspeaker configuration.
https://ear-production-suite.ebu.io/
GNU General Public License v3.0
101 stars 19 forks source link

Fix #279 - Fail to render when non-VST fx are in fx chains #280

Closed firthm01 closed 1 month ago

firthm01 commented 2 months ago

Problem is outlined in detail in #279

The fix chosen was to replace some of our custom functions with the built-in Reaper API function for getting original plugin names in cases where plugins may have been renamed in the DAW. This API function is only supported in REAPER v6.37+ and so the minimum version for the EPS would jump from v6.11 to v6.37. However, v6.37 is now 3 years old and anyone with a license for v6.11 should also be able to upgrade to any v6.xx version so I don't see this causing issues for many (if any) users.

Closes #279