Drag&Drop Samples Into The Sampler? Not Yet?
-
Hey Folks
Hope You All have A Blessed SundayWondering Is This Feature Avaipable Or Not?
Dropping Samples Into The Audiowaveform Panel, Like What We Do With Audio Loop Player!Thanks
-
@Natan Hope you are well.
I think everyone is waiting for it -
Well, there's this:
But there won't be a single sample import for the sampler, as you can already use the looper for this.
-
Edit: Maybe I don't get this... Almost certainly...
But I am hanging in there! The link you provided "only" lets me import sfz files or a path pointing to a sfz file, correct?
My problem: I am working on an instrument that has 2 engines, a custom arpeggiator (with granular stutter fx, a.o.) and a granular engine. They both rely heavily on sample start modulation, which to my knowledge only is available in the sampler module?! So I need constant, velocity, and random modulators for the sample start AND I desperately need drag and drop functionality for user audio! Is there a way to do this in HISE at the moment that I am missing?
-
Have you checked
Message.setStartOffset()
? I think it works with Audio Loopers, but the max offset is 65536 samples (which is a little over 1 second), so it might not be enough for your use case. -
@Christoph-Hart said in Drag&Drop Samples Into The Sampler? Not Yet?:
Have you checked
Message.setStartOffset()
? I think it works with Audio Loopers, but the max offset is 65536 samples (which is a little over 1 second), so it might not be enough for your use case.Yeah, that's too little, since I'm loading in longer recoded performances of instruments, ensembles, and synths...
But what about this!!? https://docs.hise.audio/scripting/scripting-api/scriptpanel/index.html#setfiledropcallback
Couldn't I use a panel to drop a file on and put that in the samplemap?
That'd be perfect of course! -
@Christoph-Hart Can I load any odd .wav file with the loadSfz? Or does it have to be sfz and sfz-only as the name might suggest?