Skip to content

Commit

Permalink
Finalize draft for audio file chunk authoring in the host, prepare do…
Browse files Browse the repository at this point in the history
…cumentation for subrelease
  • Loading branch information
sgretscher committed Jan 6, 2022
1 parent be29f5e commit f0af6d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ARAInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3030,8 +3030,8 @@ typedef struct ARADocumentControllerInterface
//! archive, kARATrue otherwise.
//! The host is responsible for alerting the user about archive write errors,
//! see ARAArchivingControllerInterface::writeBytesToArchive().
ARA_DRAFT ARABool (ARA_CALL *storeAudioSourceToAudioFileChunk) (ARADocumentControllerRef controllerRef, ARAArchiveWriterHostRef archiveWriterHostRef,
ARAAudioSourceRef audioSourceRef, ARAPersistentID * documentArchiveID, ARABool * openAutomatically);
ARA_ADDENDUM(2_0_Final) ARABool (ARA_CALL *storeAudioSourceToAudioFileChunk) (ARADocumentControllerRef controllerRef, ARAArchiveWriterHostRef archiveWriterHostRef,
ARAAudioSourceRef audioSourceRef, ARAPersistentID * documentArchiveID, ARABool * openAutomatically);
//@}
} ARADocumentControllerInterface;

Expand Down
Binary file modified ARA_API.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions ARA_Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# ======================

set(ARA_MAJOR_VERSION 2)
set(ARA_MINOR_VERSION 0)
set(ARA_PATCH_VERSION 1)
set(ARA_MINOR_VERSION 1)
set(ARA_PATCH_VERSION 0)
set(ARA_BUILD_VERSION 001)
14 changes: 4 additions & 10 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
This is a development build of the ARA API 2.1.
=== PRELIMINARY - DO NOT USE FOR SHIPPING PRODUCTS! ===


Proposed Features which have been postponed to a later subrelease:
- Audio Unit version 3 support (App Extension)
- waveform envelope overview (previous draft had been temporarily removed until after ARA 2.0 release)
- integration of plug-in undo history integration into the host
- support for dynamic tuning such as Hermode (previous draft temporarily removed until after ARA 2.0 release)
- support for automatic adaption of tuning and harmonic context (previous draft temporarily removed until after ARA 2.0 release)

Proposed Features currently scheduled targeted for this subrelease:
- Audio Unit version 3 support (App Extension)
- waveform envelope overview (previous draft had been temporarily removed until after ARA 2.0 release)

ARA SDK 2.1 draft 1 (aka 2.0.1) (2021/??/??)
=== ARA SDK 2.1 release (aka 2.1.001) (2022/01/06) ===
- finalized ARM support for Apple Silicon
- initial draft of ARA audio file chunk authoring directly in the host
- enable ARA audio file chunk authoring directly in the host


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

0 comments on commit f0af6d7

Please sign in to comment.