-
Notifications
You must be signed in to change notification settings - Fork 403
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
Semitone/Cent units for Floaty Delay playrate? #7923
Comments
There’s an alternate tooltip display in Param. That’s how the filter cutoff shows 440 and a4 on the left. Wonder if that would work here? |
Would require a bit of plumbing and a pmd extension but would be doable |
Oooh, that's a good idea. @mkruselj that's what it should be right? |
Yeah I suppose. I forgot this one is libized so it abides by different rules to how we used to do things in Surge codebase... Also to add here, Jacky's request to be able to type in ratios and it converts to decimal, would be great to have. |
Yeah 100% We have it for pitch sliders, if that method is not in paramMetaData already we should add it for sure. |
So the param metadata already has a valueForAlternate method but right now it always returns but since floaty types have types in surge you could do the alternate in Parameter.cpp. Find
the type-in is harder. We need alternate inversion functions in the PMD which we dont' have right now. So my advice for right now is 1: code up the alternate display in surge |
Advantage: More familiarity.
Disadvantage: May lead folks away from exploring other proportions.
You use extend for a unit switch. But it doesn't actually change anything about how the slider works, so it seems a bit overkill. So probably let's think about this and decide on one for 1.4
The text was updated successfully, but these errors were encountered: