Skip to content

A few synth modules #37

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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

dandistine
Copy link
Collaborator

A couple useful modules.

Mixer - A basic mixer with an arbitrary (at compile time) number of inputs
Delay - Delay line for echos and such. This maybe needs to take into account the dTimeStep but I'm unsure.
FirstOrderFilter - A basic first order filter. Higher order filters can be composited from these. Again, not sure about needing dTimeStep.
Pinkifier - A third order filter that approximately filters white noise into pink noise. Same disclaimer with dTimeStep.

OneLoneCoder and others added 5 commits August 21, 2022 09:27
develop -> main (v0.02)
Changes the delay to use a circular buffer instead of shifting every element every time.
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