@Matt_SF said in Exporting/Installing Samples for AudioLoopPlayer:

I for myself just mimicked the sampler's system : using the FileSystem API, I made the plugin look for a 'LinkUser' file which only contains the samples folder path. From there I get all sample files and put them on an array which, again, is mimicking the SamplePool function.

yep my way too...