New to exporting AU...
-
Howdy folks, I'm finally at the point where I can export au
Which file(s) is the actual plugin that I need to be distributing? I have
"NEATPlayer.component" which is actually a shortcut
and
"libNEAT Player.a"
I'm assuming it's the latter one...
-
.component is the one you want.
Follow the shortcut to ~/library/audio/components to find your actual binary -
@dustbro Sweet thanks! What's the .a file? It's 200mb
-
@iamlamprey resources that xcode scrounges up to compile the binary
-
Alrighty unrelated followup question to avoid making multiple threads...
I'm using Whitebox Packages to build the installer, does anyone know the way to set the default installation directory to Libraries/Audio/Plugins?
-
@iamlamprey Ah you big dumb dumb it wasn't showing up in packages because the folder was hidden
-
Okay nope that didn't work.
Anyone know how to make Whitebox Packages create a directory structure, and what best practices are for default installation directories on Mac?
Thanks in advance
-
@iamlamprey This is the tutorial from JUCE:
https://docs.juce.com/master/tutorial_app_plugin_packaging.html -
@dustbro Thank you again!