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

Improvement: factor window generation? #76

Open
mzed opened this issue Nov 12, 2019 · 0 comments
Open

Improvement: factor window generation? #76

mzed opened this issue Nov 12, 2019 · 0 comments
Labels

Comments

@mzed
Copy link
Collaborator

mzed commented Nov 12, 2019

Both the fft class and the maxiGrains class do envelope generation, although one generates a whole buffer and the other returns values on the fly. It would be nice to factor that code into one envelope class. There should be an envelope type enum.

Also, an overloaded maxiFFT constructor that allows for different fft envelopes would be be nice. Currently, envelopes types are defined by a number. This should be a proper enum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants