Emute-Lab-Instruments / uSEQ

18 stars 0 forks source link

emph function #71

Open chriskiefer opened 2 months ago

chriskiefer commented 2 months ago

easy emph function creates waveform between 1 and 0.5 (defun emph (sig ph thr) (* sig (if (< ph thr) 1 0.5))) (s1 (emph (euclid bar 12 4) bar 0.1))