Would this work?
-
@Steve-Lydford I'll try it! Will i have to rebuild hise first with that version of xcode 14.3.1 before trying to export using it?
-
@Mors No but it's probably a good idea because if HISE builds then your project should too.
-
@d-healey okay so i followed steves solution in that thread and my projects are now exporting as plugin successfully! However, I can't find the AU file? I've checked project folder - binaries - builds etc but nothing, and it's also exporting as debug?
-
@Mors The AU has a .component file extension if that helps.
-
@Mors said in Would this work?:
@d-healey okay so i followed steves solution in that thread and my projects are now exporting as plugin successfully! However, I can't find the AU file? I've checked project folder - binaries - builds etc but nothing, and it's also exporting as debug?
look in:
~Users/<yourname>/Library/Audio/Plugins/Components
-
@Lindon I have a .component thats showing as folder is that it? However when i move that into my plug ins folder its not showing up in ableton?
-
@Mors you need to move the component to the Library/Audio/Plug-ins/Components folder and check that this folder is checked in Ableton and that Ableton can load .au plugins
-
@oskarsh Yep, nothing
-
It should put a shortcut to your_project_name.component in Binaries/Builds/MacOSX/build/Release
If you right-click that file in Finder and click "Show Original", it should take you to users/your_username/Library/Audio/Plug-ins/Components
-
@Steve-Lydford not seeing an option for 'Show Origina' when i right click, and in the library folder there's nothing (unless i copy and paste it over which still doesnt work)
-
@Steve-Lydford I think that was removed in a recent version of HISE because it was causing issues.
-
@Mors Sorry, I wasn't very clear. You should navigate to users/your_username/Library/Audio/Plug-ins/Components in the MacOS Finder and you should have the component shortcut there which you can right-click. "Show Original" is a Mac Finder function.
Did you choose "Export as Instrument (VSTi/AUi) plugin" from the Export menu in Hise?
-
-
@d-healey Ah, ok. Totally missed that. Thanks!