Audio files
-
good evening, small question on the audio files. I have a vst instruments that needs some audio samples (audio loop player). will the vst automatically save the audio files in the vst or do I have to provide them separately? when i check embed files in hise settings, in app data the audio folder is empty once compiled and loaded in daw
-
@yall When you select to embed them they become part of the plugin.
-
@d-healey That's what I thought too but they don't work. do I have to put them in the audio folder of the project? where does hise keep the original path?
-
-
@d-healey I have therefore just recompiled a vst test with 10 audio loops < 30 mo. the embed files box is checked. but the audio loops are not present in the plugin nor in the app data folder. i am using the latest devlopp version
-
@yall
Engine.LoadAudioFiles....
You have to Paste That Code on Very Beginning Of Your Script/Project -
@natan engine.loadAudioFilesIntoPool(); only that?
-
@yall yeah
And embed audio Files Ticked on Project Preferences
And youre Good to Go -
@natan actually you are right. everything works as expected. Thank you for your help. I will know now :)
-
@yall Glad to Help