Skip to content

Commit bfa6c5a

Browse files
firthm01rsjbailey
authored andcommitted
Update docs
REQUIRES PDF REGEN!
1 parent e5a3ab5 commit bfa6c5a

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 0.7.3
2+
3+
* Fix 'no name' items in Scene and associated issues through major refactor [#197](https://github.com/ebu/ear-production-suite/issues/197)
4+
* Support new render dialog controls in recent version of REAPER [#202](https://github.com/ebu/ear-production-suite/issues/202)
5+
* Address silent crash logged on Windows when closing REAPER [#202](https://github.com/ebu/ear-production-suite/issues/202)
6+
* Fix hang on MacOS with multiple export sources on render [#202](https://github.com/ebu/ear-production-suite/issues/202)
7+
* Fix sockets left open after render [#202](https://github.com/ebu/ear-production-suite/issues/202)
8+
* Fix Scene view orientation mismatch [#197](https://github.com/ebu/ear-production-suite/issues/197)
9+
* Improve Scene GUI performance [#197](https://github.com/ebu/ear-production-suite/issues/197)
10+
* Correct textbox alignment after JUCE upgrade [#197](https://github.com/ebu/ear-production-suite/issues/197)
11+
112
Version 0.7.2
213

314
* Binaural monitoring axis inversion controls - closes [#177](https://github.com/ebu/ear-production-suite/issues/177)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_CXX_STANDARD 17)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44
set(CMAKE_CXX_EXTENSIONS OFF)
55

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

packaging/README.md.in

+1-15
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,9 @@ Please download the files from there. The EAR Production Suite (EPS) download bu
99
- REAPER session template
1010

1111
## Release notes
12-
0.7.2 Adds the following features:
13-
14-
### Binaural rendering
15-
* Inversion controls for head tracking axis - This is to improve compatibility with head tracking devices.
16-
* Configuration persistence - these new settings are saved globally to avoid having to configure your device per session.
17-
18-
### Performance
19-
* Improved ADM export performance by disabling renderers while export is taking place.
20-
21-
### Bug fixes
22-
See detailed changelog below.
12+
0.7.3 is a bug-fix release. Please see detailed changelog below.
2313

2414
### Known issues
25-
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.
26-
27-
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.
28-
2915
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).
3016
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.
3117

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
33
"name": "ear-production-suite",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"dependencies": [
66
"protobuf",
77
"nng",

0 commit comments

Comments
 (0)