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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
UNRELEASED
1
+
Version 1.2
2
2
3
3
_Note: This release bumps the minimum required REAPER version from v6.11 to v6.37. This release also removes support for 3rd-party plugin suites (FB360/VISR) since this feature is rarely used and maintaining the code to support them adds significant development overhead._
Copy file name to clipboardExpand all lines: packaging/README.md.in
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# EAR Production Suite (v1.1.0b release)
1
+
# EAR Production Suite (v1.2.0 release)
2
2
3
3
The latest builds of the EAR Production Suite are available under [GitHub Releases](https://github.com/ebu/ear-production-suite/releases) or from the [EAR Production Suite website.](https://ear-production-suite.ebu.io/)
4
4
Please download the files from there. The EAR Production Suite (EPS) download package comprises of multiple components:
@@ -11,19 +11,17 @@ Please download the files from there. The EAR Production Suite (EPS) download pa
11
11
- Setup application
12
12
13
13
## Release notes
14
-
v1.1.0b is a minor update to v1.1.0 which addresses installation issues on some Macs where Gatekeeper is enforcing app translocation (also known as Gatekeeper path randomisation.) This should not occur with signed disk images, but in some rare cases it still appears to happen. This fix does not affect the Windows or Linux builds, and only affects the setup application on MacOS.
15
14
16
-
v1.1.0 supports 128 channels in REAPER v7.0 or greater and improved compatibility with ADM generated by third-party tools. It also includes various bug fixes, performance fixes, and other feature improvements. Please see detailed changelog below.
15
+
v1.2.0 is a general bug fix release and includes minor changes to support newer versions of REAPER.
16
+
17
+
Note that some fixes in this release have required bumping the minimum required REAPER version from v6.11 to v6.37. This release also removes support for 3rd-party plugin suites (FB360/VISR) since this feature is rarely used and maintaining the code to support them adds significant development overhead.
17
18
18
19
### Known issues
19
20
The EPS exports ADM using egocentric, polar coordinates and conforming to the [EBU Broadcast Production Profile](https://tech.ebu.ch/publications/tech3392).
20
21
It is very tolerant in the ADM it will import meaning it can import files that conform to other profiles.
21
22
ADM authored using the [Dolby Atmos ADM](https://professionalsupport.dolby.com/s/article/Dolby-Atmos-ADM-Profile-specification?language=en_US) profile can be imported, but coordinates and directspeakers pack formats are converted on import and exported files will instead conform to the Production Profile.
22
23
To import Production Profile ADM in to third-party tools which do not support this profile, the ADM must be converted. BBC R&D along with the EBU have developed the [EBU ADM Toolkit](https://github.com/ebu/ebu-adm-toolbox) to assist with this task.
23
24
24
-
To fix a problem using the plug-ins with some hosts, the ID for all plug-ins changed with the 0.7.0 release. This change will break any REAPER projects created using the 0.6.0 plug-ins.
25
-
Please use the Project Upgrade Utility to convert these. There is a command-line tool available in the `Tools` directory of the download package, and a GUI tool available either in the download package or via the `Extensions > Browse tools and templates...` menu option in REAPER once the EPS is installed.
26
-
27
25
For an up-to-date list of known issues, please refer to [GitHub](https://github.com/ebu/ear-production-suite/issues)
0 commit comments