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

Bandlimited Oscillators #133

Closed
wants to merge 6 commits into from
Closed

Conversation

PaulBatchelor
Copy link

WIP. See #127.

This PR implements 3 bandlimited oscillator types, using the Polynomial Bandlimited Step algorithm (polyBLEP). DSP is provided using the BoingBoingBoing library. They are available in glicol as blsaw, blsqu, and bltri for sawtooth, square, and triangle shapes.

Everything seems to work, though the node code may benefit from some refactoring. There's also some issues with the gain of the triangle, but that's a Boing^3 issue that I'll need to look into.

@PaulBatchelor
Copy link
Author

@chaosprint Closing this for now, as I don't really have the time right now to clean things up, and I'd like to put more effort into developing the underlying DSP library that uses this (BoingBoingBoing). I appreciate the time put into explaining how to modify the Glicol codebase. It was a good learning experience for me!

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.

None yet

1 participant