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

Placehodler on param placement #115

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

baconpaul
Copy link
Contributor

This is a commit which just impacts Delay as I think about this problem a tad more. The problem of course is that Delay::delay_params requires a to actually get at the params enum, which isn't desirable, but we need a pattern by which we can get at them without a full config instance for things like specifying uis. Maybe

So move the ennums out of the class for now into the namespace but I may revert this as I re-think.

This is a commit which just impacts Delay as I think about this
problem a tad more. The problem of course is that Delay<Config>::delay_params
requires a <Config> to actually get at the params enum, which isn't desirable,
but we need a pattern by which we can get at them without a full config
instance for things like specifying uis. Maybe

So move the ennums out of the class for now into the namespace but
I may revert this as I re-think.
@baconpaul baconpaul merged commit d4d397a into surge-synthesizer:main Jul 17, 2024
3 checks passed
@baconpaul baconpaul deleted the mv-dly-params branch July 17, 2024 19:36
baconpaul added a commit to baconpaul/sst-effects that referenced this pull request Jul 18, 2024
This reverts commit d4d397a which
turned out not to be needed.
baconpaul added a commit that referenced this pull request Jul 18, 2024
This reverts commit d4d397a which
turned out not to be needed.
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.

1 participant