is it possible to load a .wav into memory for processing with faust
-
like the following https://github.com/sletz/faust-sampler
-
I don't think so. This would require using a
SoundUI
object as explained here: https://faustdoc.grame.fr/manual/architectures/#developing-a-new-soundfile-loaderBut since HISE use based on JUCE, then using the already written JuceReader should be strait forward.
-
@sletz @ospfeigrp id be interested in that aswell.
I wanted to do a wavetable synth or granular sampler and was wondering if thats possible with FAUST in HISE.