WAV file methods
-
@Christoph-Hart So what about wav file methods from Juce?
I need to export and read .wav -
That‘s the one:
https://docs.hise.audio/scripting/scripting-api/sample/index.html#loadintobufferarray
But it operates on samples in a samplemap (I think I‘ve added this method to do some batch processing of samples), so I need to copy the logic of this to an API call that takes an arbitrary file as destination.
-
@Christoph-Hart Interesting...
So we are not far from being able to create a buffer from, let say a scriptFX/processBlock and write a new file with it I am right?I'm thinking of a way to load an external file into a sampler, and export any signal at the end of the main container (synth + sampler + FX)
-
@Christoph-Hart Have you had any chance to take a look? :)