|
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 |
3 | 4 |
|
4 | 5 |
|
5 | | -Changes since previous releases: |
| 6 | +=== ARA SDK 2.3 release (aka 2.3.001) (2025/11/07) === |
6 | 7 | - AAX is now fully supported as companion API |
7 | 8 | - 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) |
17 | 11 | - added API to notify the host when the private, opaque document state changes (to trigger saving it) |
18 | 12 | and incremented API generation to allow plug-ins to indicate that they fully conform to sending |
19 | 13 | notifications whenever any part of their persistent state changes |
|
0 commit comments