-odac
;-+rtmidi=alsa -Q hw:1 -M hw:1 -odac
sr = 48000
ksmps= 1
nchnls = 2
0dbfs = 1
seed 0
#include "feedback.udo"
instr 2
kp1[] init 9
kp2[] init 9
kdx = 0
while (kdx < lenarray(kp1)) do
if (random:k(0, 1) > 0.999) then
kp1[kdx] random 0, 0.9
endif
if (random:k(0, 1) > 0.999) then
kp2[kdx] random 0, 0.9
endif
kdx += 1
od
ao fbk_mixer2 kp1, kp2
outs ao, ao
endin
i2 0 3600