Install/choose sample window wont close
-
After successfully installing the hr1, I close and open a new instance of the plug in and the window appears again.
I've checked the version number and bundle identifier.
Even choosing the uncompressed audio files doesn't get rid of the window.
Any thoughts?
-
@cassettedeath Can you show a video please?
-
@d-healey [Here's the video] (https://youtu.be/UikC9U2iAA4)
- Have tried deleting the samples/installing from scratch
- Have tried force overwriting
- Have tried choosing the samples too
-
@cassettedeath Check the app data folder, confirm that the link file is being created and contains the correct location.
-
@d-healey I checked and nothing was created for the project.
I had the global app data checkbox checked (and tried unchecked)
-
@cassettedeath said in Install/choose sample window wont close:
I had the global app data checkbox checked (and tried unchecked)
Yeah that always caused issues for me. But you tried recompiling without it?
-
@d-healey yeah I have tried it.
I could try recompile without and test on another computer and recompile with on another computer… being careful cleaning the build folder maybe?
-
@cassettedeath Switching computers just complicates things. But yeah, clean the build and delete the app data folder.
-
@d-healey Okay, it’s working now - creating the app data folder and link file… And that’s without the global app data checkbox enabled…
-
@cassettedeath Yeah I don't know what the global app data folder thing is for, except to cause headaches :)
-
@d-healey Yeah XD
Question: if the audio resources are over the 50mb and you don’t embed audio files - I’m assuming you need to change the pkg installer so that it installs the resources to the app data folder?
Or does the hr1 also install them?
-
@cassettedeath You need to include the .dat files from the PooledResources folder in your installer and place them in AppData.
https://docs.hise.dev/working-with-hise/settings/project.html#embed-audio-files
https://docs.hise.audio/working-with-hise/menu-reference/export/index.html#export-pooled-files-to-binary-resource -
@d-healey cool! Thanks heaps!
-
@d-healey Do the resource and the post install script need to be code signed? And both pkg?