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

128 channel support with user feedback #254

Closed firthm01 closed 8 months ago

firthm01 commented 9 months ago

Supercedes #253 - same fixes + additional commits for user feedback when channel limits are exceeded on import

firthm01 commented 9 months ago

Code review notes;

General approach was to make everything support 128 channels under the hood. Some areas needed to know the actual supported channels of the DAW (e.g, for routing during import and for UI), so there were some helper funcs for that.

Tasks

firthm01 commented 8 months ago

Suggestions implemented. Diff since last review; https://github.com/ebu/ear-production-suite/compare/b2ec02f...a7d37bc

firthm01 commented 5 months ago

Closes #244