Hi, I need to implement factory presets for my AAX plugins. I’m aware of the existance of tfx and PageTables.xml files, but I don’t know if Juce will generate these for me, or if I have to generate these myself somehow.
So, what’s the usual workflow for implementing AAX factory presets? How can I generate these files and how do I include them with the Plugin?
Thanks!
You need to generate them. The pageable you need to include by overriding AudioProcessor::getPageFileName(). Read the AAX SDK docs and it says that you can include your factory presets in the plugin bundle and Pro Tools will copy them to the correct folder location for you.
Rail
1 Like
