Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

string to/from parameter conversion #8

Open
wrl opened this issue Aug 23, 2020 · 0 comments
Open

string to/from parameter conversion #8

wrl opened this issue Aug 23, 2020 · 0 comments

Comments

@wrl
Copy link
Owner

wrl commented Aug 23, 2020

VST3 and AU support arbitrary conversion of strings to and from parameter values, which are not necessarily the current value of the parameter. this is useful in situations where a user is adjusting automation points – without the ability to get the string representation of an arbitrary normalised value for a given parameter, hosts can only display the raw normalised value.

some of this work will land with the VST3 support in #5, but parameter::Format::display_cb needs some retooling to support this. in particular, display_cb only uses the current parameter value, and should be modified to take an arbitrary value in.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant