Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Conversation

@thckr
Copy link

@thckr thckr commented Jan 18, 2025

added lowpass filter lfo

note("g1").s("sawtooth").lpf(400).lplfo("<1 2 3 4>")

@daslyfe
Copy link
Collaborator

daslyfe commented Jan 21, 2025

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

@felixroos felixroos added the v1.2 label Jan 24, 2025
@felixroos
Copy link
Collaborator

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

@daslyfe
Copy link
Collaborator

daslyfe commented Feb 1, 2025

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

@felixroos felixroos added v1.3.0 and removed v1.2 labels May 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants