Install/choose sample window wont close
-
@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?