Replies: 1 comment
-
Oh, wait. I think I figured it out. Setting the phase of the Any suggestions are still welcome, though.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create something similar to the way an LFO can be assigned to a filter's cuttoff frequency on an analog synth. I'm 90% of the way there, I think, but the one thing I'm not quite sure how to do is make the LFO Rate cause the filter sweep to take longer for lower values, or take less time for higher values. I feel like this would be a good use of an
XLine
UGen, but there are a few things I'm still unsure of. I believe I could use anXLine
to generate the frequency values for theSinOsc
in the filter, and then use the LFO Rate in some way to control the duration? If I do that, I still need to map the output to some frequency range for theRLPF
, but I'm not quite sure what's the best way to do all of this. Suggestions?Here's a script that shows where I'm at right now:
Beta Was this translation helpful? Give feedback.
All reactions