Harrison Mixbus Forum
AAF on mixbus? - Printable Version

+- Harrison Mixbus Forum (https://forum.harrisonconsoles.com)
+-- Forum: Mixbus User Forum (https://forum.harrisonconsoles.com/forum-1.html)
+--- Forum: Mixbus General Discussion (https://forum.harrisonconsoles.com/forum-2.html)
+--- Thread: AAF on mixbus? (/thread-8998.html)

Pages: 1 2 3 4 5 6


RE: AAF on mixbus? - Jostein - 06-14-2023

(06-14-2023, 02:08 AM)johne53 Wrote: Many thanks Adrien. It's looking like Jostein is in fact running Kubuntu so I don't know if a build will work for him now - but hopefully (if he can find some spare time...) he'll be able to give it another try for us. Fingers crossed  Wink

I'm currently buried with work, so it might take a few weeks before I look at it.  :-)


RE: AAF on mixbus? - johne53 - 06-14-2023

Thanks Jostein - FWIW I just spent a few minutes here seeing if I could compile new_aaf_session.cc on Windows (using MSVC) but at the moment, some of its header files assume it'll be getting compiled under Linux (and in a couple of places, it's assumed it'll be getting built with gcc). So it's not yet buildable here. Given the right compiler though, it felt like it'd be quite a simple build, once you can set some time aside. Good luck!


RE: AAF on mixbus? - johne53 - 06-15-2023

(06-14-2023, 09:02 AM)johne53 Wrote: at the moment, some of its header files assume it'll be getting compiled under Linux (and in a couple of places, it's assumed it'll be getting built with gcc). So it's not yet buildable here. 

It's not a fix exactly but overnight I remembered that Microsoft's compiler can now use Clang, as an alternative to MSVC. So this morning I tried another compile, this time using Clang - and it worked!! (with only some minor modifications...)

I can't link the code of course because I'd need a Windows build of LibAAF itself - but it definitely seems more promising now  Cool


RE: AAF on mixbus? - Ben@Harrison - 06-15-2023

Exciting !!!!

This is another example of the power of open-source development, and why Mixbus is fundamentally different from other DAWs out there.

-Ben


RE: AAF on mixbus? - agfline - 06-15-2023

Quote:So this morning I tried another compile, this time using Clang - and it worked!! (with only some minor modifications...)

Good news !

FWIW, cross-compilation of libAAF under linux is working well (using mingw32). I still have to run the lib on windows for testing.

On the Ardour's side, things are moving forward


RE: AAF on mixbus? - johne53 - 06-16-2023

(06-15-2023, 11:24 AM)agfline Wrote: FWIW, cross-compilation of libAAF under linux is working well (using mingw32). I still have to run the lib on windows for testing.

You're welcome to send it to me !


RE: AAF on mixbus? - agfline - 06-16-2023

Of course, but I don't think I can send files through PM.
Can you send me your email ?


RE: AAF on mixbus? - johne53 - 06-16-2023

Done!


RE: AAF on mixbus? - Dingo - 06-16-2023

(06-16-2023, 02:06 AM)agfline Wrote: Of course, but I don't think I can send files through PM.
Can you send me your email ?

You can send links but not attached files


RE: AAF on mixbus? - johne53 - 11-01-2023

Does anyone know of a small ProTools session I can download from somewhere? I'm helping to develop the new AAF importer and I'd like to see how the PT importer works (so we can make them similar...)