Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.1 Copyright update and Changelog #269

Merged
merged 3 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.1.0

* Support for 128 channels when using REAPER >=v7.0 [#244](https://github.com/ebu/ear-production-suite/issues/244) [#254](https://github.com/ebu/ear-production-suite/pull/254) [#267](https://github.com/ebu/ear-production-suite/pull/267)
* Improve import support from third-party tools [#259](https://github.com/ebu/ear-production-suite/pull/259)
* Support HRTF switching in Binaural Monitoring plugin [#266](https://github.com/ebu/ear-production-suite/pull/266)
* Fix monitoring plugins not properly supporting shared inputs [#257](https://github.com/ebu/ear-production-suite/issues/257) [#258](https://github.com/ebu/ear-production-suite/pull/258)
* Apply "version" attribute to ADM as required by ITU-R BS.2076-2 [#248](https://github.com/ebu/ear-production-suite/issues/248) [#255](https://github.com/ebu/ear-production-suite/pull/255)
* Performance fix for envelope creation [#252](https://github.com/ebu/ear-production-suite/pull/252)
* Update BW64 lib for performance fixes [#260](https://github.com/ebu/ear-production-suite/issues/260)
* Allow user to opt-out of update-checking during setup [#256](https://github.com/ebu/ear-production-suite/pull/256)
* Warn user of impending FB360 and VISR support deprecation since these plugin suites are no longer maintained [#265](https://github.com/ebu/ear-production-suite/pull/265)

Version 1.0.0

* Setup Application included
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The content of this repository is

Copyright (C) 2019-2023 British Broadcasting Corporation (BBC)
Copyright (C) 2019-2024 British Broadcasting Corporation (BBC)
Copyright (C) 2020-2021 European Broadcasting Union (EBU)
Copyright (C) 2019-2021 Institut für Rundfunktechnik GmbH (IRT)

Expand Down
2 changes: 1 addition & 1 deletion packaging/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The included software is

- Copyright (C) 2019-2023 British Broadcasting Corporation (BBC)
- Copyright (C) 2019-2024 British Broadcasting Corporation (BBC)
- Copyright (C) 2020-2021 European Broadcasting Union (EBU)
- Copyright (C) 2019-2021 Institut für Rundfunktechnik GmbH (IRT)

Expand Down
Binary file modified packaging/LICENSE.pdf
Binary file not shown.
10 changes: 3 additions & 7 deletions packaging/README.md.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EAR Production Suite (v1.0.0 release)
# EAR Production Suite (v1.1.0 release)

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/)
Please download the files from there. The EAR Production Suite (EPS) download package comprises of multiple components:
Expand All @@ -11,9 +11,7 @@ Please download the files from there. The EAR Production Suite (EPS) download pa
- Setup application

## Release notes
v1.0.0 is the first public non-beta release of the EAR Production Suite.

This release includes a Setup application for ease of installation/uninstallation and an experimental Linux build. It also includes various bug fixes. Please see detailed changelog below.
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.

### Known issues
The EPS exports ADM using egocentric, polar coordinates and conforming to the [EBU Broadcast Production Profile](https://tech.ebu.ch/publications/tech3392).
Expand Down Expand Up @@ -149,10 +147,8 @@ The [nvsonic Head Tracker](https://github.com/trsonic/nvsonic-head-tracker) prov

## What's still missing
- No support for Binaural and Matrix typeDefinition.
- Only currently supporting DirectSpeakers pack formats that are specified in the ADM common definitions.
- No support for "nested" Objects - on import, ADM Programmes are currently flattened to a single tier of Objects.
- Only one instance of EAR Scene should run on a machine at any time.
- Re-opening and exporting from a saved project using the FB360 plug-ins may produce incorrect ADM. This is due to a bug in the FB360 plug-ins which has been reported.
- Only one instance of EAR Scene should run on a machine at any time.
- ...

## Issues
Expand Down
Binary file modified packaging/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/project_upgrade/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find_package(JUCE REQUIRED QUIET)
set(MACOSX_BUNDLE_BUNDLE_NAME "EPS Project Upgrade Utility")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "ch.ebu.reaper_project_upgrade_gui")
set(MACOSX_BUNDLE_COPYRIGHT "(C) 2019-2023 BBC, (C) 2020-2021 EBU, (C) 2019-2021 IRT")
set(MACOSX_BUNDLE_COPYRIGHT "(C) 2019-2024 BBC, (C) 2020-2021 EBU, (C) 2019-2021 IRT")
add_executable(project_upgrade_gui WIN32 MACOSX_BUNDLE)
target_sources(project_upgrade_gui
PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion tools/setup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(JUCE REQUIRED QUIET)
set(MACOSX_BUNDLE_BUNDLE_NAME "Setup EAR Production Suite")
set(MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "ch.ebu.eps_setup")
set(MACOSX_BUNDLE_COPYRIGHT "(C) 2019-2023 BBC, (C) 2020-2021 EBU, (C) 2019-2021 IRT")
set(MACOSX_BUNDLE_COPYRIGHT "(C) 2019-2024 BBC, (C) 2020-2021 EBU, (C) 2019-2021 IRT")
add_executable(setup WIN32 MACOSX_BUNDLE)

set(HEADERS_SETUP
Expand Down
Loading