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

ramp size #1

Open
mdedwards opened this issue Mar 10, 2020 · 0 comments
Open

ramp size #1

mdedwards opened this issue Mar 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mdedwards
Copy link
Owner

mdedwards commented Mar 10, 2020

It should be possible to change the ramp length on-the-fly (while the object is granulating). For reasons of speed, ramps were originally (and still are) generated for the user-specified length when changed and with the object 'off'. This is speedy because the index into the ramp is simply incremented (++).

This could be improved by generating a single long ramp to be used for all lengths, of the window type requested by the user, then stepping through this using float increments determined by the user-requested actual ramp length. We could linearly interpolate or (faster) merely truncate. The latter would probably not be audible (famous last words?).

@mdedwards mdedwards added the enhancement New feature or request label Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant