Hi,
I’m currently trying to build an old project of mine that uses VST GUI for the UI. The issue I’m encountering is that in the latest version of VST GUI, the CFrame class is now marked as final, which is preventing the VSTGUI_ContentView I was using from working.
From what I can see in the AAX SDK examples, the same issue seems to occur there as well.
Any suggestions?
Thanks!