AAX on M1
-
@Lindon Protools will become M1 ready in a few weeks / months, so you can start building Universal binaries so you don't have to ship an update when Protools M1 is released.
I've just pushed a fix the enables ARM builds for AAX so you can now export it just like any other format.
-
@Christoph-Hart Protools has a free version you can use.
https://www.avid.com/pro-tools/whats-included-with-pro-tools-intro -
I know I also have a Developer build available in my avid account, but I don't want to install it unless I really really have to.
The last time I installed it the Avid Manager created gigabytes of temporary cache files that ate up my free hard drive space :)
-
@Christoph-Hart said in AAX on M1:
@Lindon Protools will become M1 ready in a few weeks / months, so you can start building Universal binaries so you don't have to ship an update when Protools M1 is released.
I've just pushed a fix the enables ARM builds for AAX so you can now export it just like any other format.
Okay yes good point -- therefore;
more details about this please?
"I've just build the AAX library on my M1, ..." I cant seem to get it to work, any quick pointers?
-
@Lindon Download the SDK from Avid, extract it in
HISE/tools/SDK/AAX
, Open the Xcode project in/Users/christophhart/HISE/tools/SDK/AAX/Libs/AAXLibrary
then compile the Debug and Release configuration.After this, just export your project as AAX (or now you can use All platforms as it doesn't make a separate build for AAX as before).
-
@Christoph-Hart said in AAX on M1:
@Lindon Download the SDK from Avid, extract it in
HISE/tools/SDK/AAX
, Open the Xcode project in/Users/christophhart/HISE/tools/SDK/AAX/Libs/AAXLibrary
then compile the Debug and Release configuration.After this, just export your project as AAX (or now you can use All platforms as it doesn't make a separate build for AAX as before).
..hm thats what I've been trying to do... l will have another run at it - thanks.
-
-
@orange well Im getting a ton of errors trying to build 2.4.0 on M1... let me try 2.4.1
-
@Lindon Before using AAX SDK, don't forget to compile the static library on the M1 machine
-
@orange you mean compile the SDK itself? Thats what was failing for me... but it was as you said - 2.4.0 = fail and 2.4.1 = success
-
@Lindon right now to rebuild the latest HISE and I should be awaaaayyy,,,,
-
@orange you mean compile the SDK itself? Thats what was failing for me... but it was as you said - 2.4.0 = fail and 2.4.1 = success
Before compiling an AAX plugin from Hise, you need to open the below file in Xcode and build that binary. If this is what you're referring to, it's great.
/SDK/AAX/Libs/AAXLibrary/MacBuild/AAXLibrary.xcodeproj
-
@orange yes that was failing as 2.4.0 , but works OK in 2.4.1...thanks
-
Yes I also built 2.4.1 - just the most recent one that can be downloaded as they announced a few weeks ago that the SDK is now M1 compatible.
-
-
-
-
@orange ok let me try the rename...
-
@orange - yep that was it - my you've been my hero today mate - thanks.
-
@Lindon damn it again - spoke too soon now I'm getting these errors:
❌ error: unable to create directory '/Library/Application Support/Avid/Audio/Plug-Ins/Grand Piano Suite.aaxplugin/Contents/Resources' (in target 'Grand Piano Suite - AAX' from project 'Grand Piano Suite') ❌ error: unable to create directory '/Library/Application Support/Avid/Audio/Plug-Ins/Grand Piano Suite.aaxplugin/Contents/MacOS' (in target 'Grand Piano Suite - AAX' from project 'Grand Piano Suite') ❌ error: unable to create directory '/Library/Application Support/Avid/Audio/Plug-Ins/Grand Piano Suite.aaxplugin' (in target 'Grand Piano Suite - AAX' from project 'Grand Piano Suite') ❌ error: unable to create directory '/Library/Application Support/Avid/Audio/Plug-Ins/Grand Piano Suite.aaxplugin/Contents' (in target 'Grand Piano Suite - AAX' from project 'Grand Piano Suite')