i386 deprecated!?!?!
-
@Lindon I can't help much I'm afraid, but you said you got an alias. Where is it pointing to?
-
@Lindon try right click over the alias and.. Show original. Hise compiler places my plugins into my user vst folder
-
@Christoph-Hart maybe a more intuitive way is to set hise to place compiled plugins into binaries/compiled on Mac? Like it does on win
-
Yes, the default location is the user's plugin directory:
~/Libraries/Application Support/Audio/Plug-Ins/VST
There is no way on Mac to point to a VST directory (on Windows it can be any path), so on macOS you're pretty much limited to this path and it's almost identical twin without write permissions
/Libraries/Application Support/Audio/Plug-Ins/VST
. That's why there is a plugin-copy step. -
@Christoph-Hart ohhh! I see. MacOS is kind of weird on plugin locations. I got some under system folder. Some others on user folder. (Packed installlers i.e. kontakt places into system, asking for admin pass obviously)
-
And it all gets even more fun if you try to load it in a sandboxed host, then everything outside the Music folder isn't accessible.
-
@hisefilo OK well I tried that and it seems its in a folder called VST(who knows where that is hiding on a disk I cant even get to the root of...) - well there's a file in there called ChromaticPanFlute.vst - which I assume is the VST plug-in...
though worryingly VST also has a folder in it called ChromaticPanFlute Debug.vst -- which has a folder structure but no content...
-
@Christoph-Hart sadly when I use the Go menu in the Finder it tells me there is no folder called Libraries or Audio
when I go to the Users/name here folder in Macintosh HD then "Libraries" isnt there.
-
@Lindon LOL Macos hides dangerous folders to common users. Option click on Go menu to see Library folder
ChromaticPanFlute.vst is the file. You've found it
-
@hisefilo really honestly - whats "option click" - I've tried cmd click that doesnt show me any thing more than normal click
-
@Lindon option = alt
-
@Lindon Go to the "Go" menu, then press and hold "alt" button, the hidden library folder appears.
-
@orange so its not called "Libaries" at all as per Christoph's post - its called "Library"
This in the end this is moot as when I go to LibraryI can see Application Support but any way I get to Application Support there is no folder in it called Audio - so I still have no idea where my VST plug-ins are going.
-
@Lindon this is the place /Users/filo/Library/Audio/Plug-Ins/VST
replace "filo" for your usename on macos
You can also directly go to this folder on the Go menu >> Go to folder
-
@hisefilo yes so everyone keeps telling me, but ...
whilst /Users/filo/Library exists, there is no Audio folder in there.
-
@Lindon replace filo with your username
-
@Lindon is your vst plugin accesible within your daw? I mean can you load it correctly?
-
@hisefilo ...er, yes obviously...sorry talking about the user name replacement...
-
@Lindon if your daw on macos is loading it, it is somewhere. Also check /Library/Audio
-
@Christoph-Hart said in i386 deprecated!?!?!:
/Libraries/Application Support/Audio/Plug-Ins/VST
So, been through this as well, managed to build an AU plugin , shows up as .component in the plugins folder.
I have another plugin in that folder (Hello world) from Juce.
The plugin from Juce shows up in Reaper but my plugin does not.Same plugin was built on Win as VST and works nicely.
Next up is trying to build a VST on Mac and see if that works.