CustomSampleImport without sampler or loop player with x-fades
-
The CustomSampleImport example shows how you can enable the user to import their own samples into a sampler. To do this, a samplemap is created using the JSON samplemap functions and then loaded into a sampler. This is exactly what I need for an FX plugin in which there must not be a sampler. I want the user to be able to import their own samples which can then be played in scriptnode by a file_player. A samplemap is necessary because x-fades are also required. So my question is whether a sample import using a samplemap is also possible without a sampler?
A possible alternative would be to create a loop player with x-fades in scriptnode. Has anyone ever done this and can give me a few tips?