automata/vivace

dsp chains

Closed this issue · 0 comments

dsp chains with named nodes to param automation

foo = rev:reverb() => del1:delay() => out

bar = (osc1:osc(220) + osc2:osc(10)) => out 

// automation
osc1.freq = [440, 220]
osc1.freq = {1/2, 1/4}