Skip to content

Commit f0af6d7

Browse files
committed
Finalize draft for audio file chunk authoring in the host, prepare documentation for subrelease
1 parent be29f5e commit f0af6d7

4 files changed

Lines changed: 8 additions & 14 deletions

File tree

ARAInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,8 +3030,8 @@ typedef struct ARADocumentControllerInterface
30303030
//! archive, kARATrue otherwise.
30313031
//! The host is responsible for alerting the user about archive write errors,
30323032
//! see ARAArchivingControllerInterface::writeBytesToArchive().
3033-
ARA_DRAFT ARABool (ARA_CALL *storeAudioSourceToAudioFileChunk) (ARADocumentControllerRef controllerRef, ARAArchiveWriterHostRef archiveWriterHostRef,
3034-
ARAAudioSourceRef audioSourceRef, ARAPersistentID * documentArchiveID, ARABool * openAutomatically);
3033+
ARA_ADDENDUM(2_0_Final) ARABool (ARA_CALL *storeAudioSourceToAudioFileChunk) (ARADocumentControllerRef controllerRef, ARAArchiveWriterHostRef archiveWriterHostRef,
3034+
ARAAudioSourceRef audioSourceRef, ARAPersistentID * documentArchiveID, ARABool * openAutomatically);
30353035
//@}
30363036
} ARADocumentControllerInterface;
30373037

ARA_API.pdf

-508 Bytes
Binary file not shown.

ARA_Version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
# ======================
1818

1919
set(ARA_MAJOR_VERSION 2)
20-
set(ARA_MINOR_VERSION 0)
21-
set(ARA_PATCH_VERSION 1)
20+
set(ARA_MINOR_VERSION 1)
21+
set(ARA_PATCH_VERSION 0)
2222
set(ARA_BUILD_VERSION 001)

ChangeLog.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
This is a development build of the ARA API 2.1.
2-
=== PRELIMINARY - DO NOT USE FOR SHIPPING PRODUCTS! ===
3-
4-
51
Proposed Features which have been postponed to a later subrelease:
2+
- Audio Unit version 3 support (App Extension)
3+
- waveform envelope overview (previous draft had been temporarily removed until after ARA 2.0 release)
64
- integration of plug-in undo history integration into the host
75
- support for dynamic tuning such as Hermode (previous draft temporarily removed until after ARA 2.0 release)
86
- support for automatic adaption of tuning and harmonic context (previous draft temporarily removed until after ARA 2.0 release)
97

10-
Proposed Features currently scheduled targeted for this subrelease:
11-
- Audio Unit version 3 support (App Extension)
12-
- waveform envelope overview (previous draft had been temporarily removed until after ARA 2.0 release)
13-
14-
ARA SDK 2.1 draft 1 (aka 2.0.1) (2021/??/??)
8+
=== ARA SDK 2.1 release (aka 2.1.001) (2022/01/06) ===
159
- finalized ARM support for Apple Silicon
16-
- initial draft of ARA audio file chunk authoring directly in the host
10+
- enable ARA audio file chunk authoring directly in the host
1711

1812

1913
=== ARA SDK 2.0 release (aka 2.0.001) (2021/05/03) ===

0 commit comments

Comments
 (0)