Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
REQUIRES PDF REGEN!
  • Loading branch information
firthm01 authored and rsjbailey committed Jun 14, 2022
1 parent e5a3ab5 commit bfa6c5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.7.3

* Fix 'no name' items in Scene and associated issues through major refactor [#197](https://github.com/ebu/ear-production-suite/issues/197)
* Support new render dialog controls in recent version of REAPER [#202](https://github.com/ebu/ear-production-suite/issues/202)
* Address silent crash logged on Windows when closing REAPER [#202](https://github.com/ebu/ear-production-suite/issues/202)
* Fix hang on MacOS with multiple export sources on render [#202](https://github.com/ebu/ear-production-suite/issues/202)
* Fix sockets left open after render [#202](https://github.com/ebu/ear-production-suite/issues/202)
* Fix Scene view orientation mismatch [#197](https://github.com/ebu/ear-production-suite/issues/197)
* Improve Scene GUI performance [#197](https://github.com/ebu/ear-production-suite/issues/197)
* Correct textbox alignment after JUCE upgrade [#197](https://github.com/ebu/ear-production-suite/issues/197)

Version 0.7.2

* Binaural monitoring axis inversion controls - closes [#177](https://github.com/ebu/ear-production-suite/issues/177)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set(EPS_VERSION_BASE 0.7.2) # This is used as fallback if getting from git fails. Must be only numeric.
set(EPS_VERSION_BASE 0.7.3) # This is used as fallback if getting from git fails. Must be only numeric.
# NOTE: also update hard-coded version number in
# - vcpkg.json

Expand Down
16 changes: 1 addition & 15 deletions packaging/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,9 @@ Please download the files from there. The EAR Production Suite (EPS) download bu
- REAPER session template

## Release notes
0.7.2 Adds the following features:

### Binaural rendering
* Inversion controls for head tracking axis - This is to improve compatibility with head tracking devices.
* Configuration persistence - these new settings are saved globally to avoid having to configure your device per session.

### Performance
* Improved ADM export performance by disabling renderers while export is taking place.

### Bug fixes
See detailed changelog below.
0.7.3 is a bug-fix release. Please see detailed changelog below.

### Known issues
We are aware of a problem that impacts the import or reloading of large projects. This bug can cause crashes, or result in inputs that appear as 'unnamed' in the Scene plugin and fail to render.

We have identified and resolved this issue, but it required a fairly major internal restructure. This is now being tested and we hope to release the fix as 0.7.3.

Please note that the EPS currently outputs ADM using egocentric, polar coordinates and conforming to the [EBU Broadcast Production Profile](https://tech.ebu.ch/publications/tech3392).
While the EPS can import files that have been authored using the [Dolby Atmos ADM](https://professionalsupport.dolby.com/s/article/Dolby-Atmos-ADM-Profile-specification?language=en_US) profile, coordinates and directspeakers pack formats are converted on import and exported files will no longer conform to this profile.

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "ear-production-suite",
"version": "0.7.2",
"version": "0.7.3",
"dependencies": [
"protobuf",
"nng",
Expand Down

0 comments on commit bfa6c5a

Please sign in to comment.