Skip to content

Commit abd7c8a

Browse files
committed
Update ChangeLogs for 2.3 release
1 parent d860453 commit abd7c8a

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

ChangeLog.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
This is a development build of the ARA Examples 2.3.
2-
=== PRELIMINARY - DO NOT USE FOR SHIPPING PRODUCTS! ===
1+
Proposed Features which have been postponed to a later subrelease:
2+
- Audio Unit version 3 support (App Extension, incl. IPC when not loaded in-process)
3+
- generic ARA IPC implementation in ARA_Library
34

45

5-
Changes since previous releases:
6+
=== ARA SDK 2.3 release (aka 2.3.001) (2025/11/07) ===
67
- AAX is now fully supported as companion API
78
- CLAP is now fully supported as companion API
8-
- initial draft of Audio Unit version 3 support (App Extension)
9-
Note that macOS code signing is required for proper loading in sandboxes such as App Extensions,
10-
configured via CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY and CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM.
11-
- various related refactorings and cleanups in plug-in hosting code
12-
- initial draft of generic ARA IPC implementation in ARA_Library
13-
- IPCDemo refactored and merged into ARATestHost, utilizing new ARA_IPC library draft
14-
- IPC now also supports using VST3 or CLAP (was previously limited to Audio Units)
15-
- IPC now also works on Windows (was previously limited to macOS)
16-
- IPC now also supports using pugixml as encoder (was previously limited to the macOS-only CFDictionary)
9+
- various related refactorings and cleanups in plug-in hosting code,
10+
also preparing for future Audio Unit version 3 support (App Extension)
1711
- added API to notify the host when the private, opaque document state changes (to trigger saving it)
1812
and incremented API generation to allow plug-ins to indicate that they fully conform to sending
1913
notifications whenever any part of their persistent state changes

0 commit comments

Comments
 (0)