Hi Dario,
thanks a lot! It is exactly what I needed.
To go further with the looper, here is the code so far:
import("stdfaust.lib");
sampleRate = 48000;
maxTime = 4;
maxSamples = sampleRate * maxTime;
btn = button("[4]trigger");
readSpeed = hslider("[3]read_speed", 1, -3, 3, 0.1) : si.smoo;
l
Hello all,
I'm stuck in the task to create a "one shot sampler", mainly because
functional programming is sometime "magic" to me and I have very little
knowledge of it... :-(
Anyway, here is the code that I wrote so far:
-
import("stdfaust.lib");
map