vst-rs icon indicating copy to clipboard operation
vst-rs copied to clipboard

Support for parameter properties min/max and step sizes

Open helgoboss opened this issue 2 years ago • 0 comments

This implements #184.

I've chosen to mark PluginParameterInfo as non_exhaustive because support for the category, display index and label stuff is missing. So this struct needs to be constructed via Default::default(). An example is included.

helgoboss avatar Apr 02 '22 13:04 helgoboss