Conversation
|
We have a method for continuous modulation without using "real" lfo nodes. See the phaser for an example! The only thing holding back from implementing them everywhere is that we haven't discovered a great way yet to describe the modulation in strudel code to a general implementation |
i think it would still be desirable to have a dedicated filter lfo control. we could refactor the definition later if we find a more general approach to lfos. to me it would be huge to be able to write .lplfo(4) and get that wobbly filter |
sounds good! we can use the lfo worklet for continuous modulation, and also use the same language we used for the phaser possibly? https://github.com/tidalcycles/strudel/blob/main/packages/superdough/superdough.mjs#L196C10-L196C19 |
added lowpass filter lfo