Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add analog-style ladder filter #1103

Merged
merged 17 commits into from
May 23, 2024
Merged

Conversation

daslyfe
Copy link
Collaborator

@daslyfe daslyfe commented May 18, 2024

adapted from https://github.com/TheBouteillacBear/webaudioworklet-wasm?tab=MIT-1-ov-file

example pattern:
note("c f g g a c d4").fast(2)
.sound('sawtooth')
.lpf(200).fanchor(0)
.lpenv(4).lpq(1).drive("<.5 0 2>")
.ftype("ladder")

@daslyfe daslyfe requested a review from felixroos May 19, 2024 17:21
@felixroos
Copy link
Collaborator

sounds super nice! I've noticed the lpq range is different from the other filter types. I think it should be somewhat equal to avoid surprises when switching types

@daslyfe
Copy link
Collaborator Author

daslyfe commented May 21, 2024

sounds super nice! I've noticed the lpq range is different from the other filter types. I think it should be somewhat equal to avoid surprises when switching types

cool I updated it to be as similar as I could with the different response curves

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if we still need this one.. probably not

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I deleted these on accident :O

@daslyfe daslyfe merged commit cad2730 into tidalcycles:main May 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants