Skip to content

EAR Production Suite v0.8.0 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@firthm01 firthm01 released this 23 Dec 22:59
· 503 commits to main since this release

Release notes

0.8.0 introduces support for sharing of audio assets between objects on import, during authoring, and in exports. Audio Objects which use the same underlying audio can be represented by simply placing multiple input plugins with matching "Routing" parameter settings on one track. Additionally, support for custom object names is provided, rather than always using the track name.

0.8.0 also includes various bug fixes. Please see detailed changelog below.

Known issues

Please note that the EPS currently outputs ADM using egocentric, polar coordinates and conforming to the EBU Broadcast Production Profile.
While the EPS can import files that have been authored using the Dolby Atmos ADM profile, coordinates and directspeakers pack formats are converted on import and exported files will no longer conform to this profile.

To fix a problem using the plugins with some hosts, the ID for all plugins changed with the 0.7.0 release.
This change will break any projects that use the 0.6.0 plugins. See tools/upgrade_project to upgrade existing REAPER projects.

For an up to date list of known issues, please refer to GitHub

Version 0.8.0

  • Support custom object names rather than using track names #214
  • Support sharing of audio assets between objects (avoids asset duplication) #223 #211 #207
  • Import process finds and imports orphaned AudioObjects #208
  • Fix envelope point creation for blocks using jump position with rtime of 0
  • Fix crash when adding DirectSpeakers objects to programmes before their speaker layout is set #209
  • Fix rendering crash when using HOA without format set
  • Fix rendering crash when using ADM Export Source plugin with unsupported asset types for plugin suite
  • Update libadm to 0.14.0
  • Fix import of some 2076-2 ADM structures
  • Fix import of files with large individual audio assets
  • Fix Read-only plugin parameters after JUCE upgrade