Samples in FX plugin
-
What's the best way to distribute samples to play in the FX plugin using the file_player node?
The samples are over 50MB in size, so while exporting the plugin, embedding them in the plugin wouldn't be a good idea.
So, what's the best way to do this in the FX plugin?
-
@JulesV Are they in the audio files folder?
-
@d-healey Yes, but I can move them somewhere else if it would be better.
-
@JulesV In that case an AudioResources.dat file will have been created that contains the audio data, it will be in the PooledResources folder, put this file in the plugin's AppData folder.
If you don't see the .dat file or it's missing some data, you can recreate it by going to Export >> Export Pooled Files to Binary Resource.
-
@d-healey If I use this method, shouldn't the "Embed Audio Files" option in the Properties be unticked?
So, when I also use IR samples too (in the Audio Fİles Folder), I assume these IR samples will be in that .dat file?
-
@JulesV Yes you need to uncheck that box. Yes all files in the Audio Files folder are in the .dat