Struggling to export my first test project as VST MacOS Sonoma
-
@cadrose Have you tried cleaning the build directory before exporting?
-
@d-healey is this what gets created in the binaries folder of the project each time I export? if so, Ive been deleting what gets created each time I've done an export.
-
-
@d-healey Ahha thank you!! I had the Hise source code path set to a previous attempt. I changed it to the current build and thats sorted it!
Although now I cant seem to get the samples to playback through the plugin.
Ive made the .hr1 file and I set the plugin to the location but no sound. The samples play back fine in Hise however. I imagine its something silly I'm doing wrong.
-
@cadrose did you restart the plugin?
-
@Lindon I have yea, it says it’s installed the sounds successfully. I also exported a standalone version but I had the same issue.
-
@cadrose does the link file point to the samples?
-
@d-healey Sorry, are you referring to the choose sample folder box?
I have pointed the samples to the folder created by hise in /music/My Company/test 123/Samples
In here I put .hr1 file & the samples
-
.hr is a compressed archive (like a zip file). Once the samples are extracted from it you don't need to keep it around.
The samples should be in .ch format.
When you select locate samples HISE creates a file called LinkOSX or LinkWindows inside the app data folder. This file contains the path to the samples folder, where your plugin will look for samples. Check that this is the correct path.
-
@d-healey Ahha, yes this was the issue, thanks so much for your help!
-