Skip to content

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