vst-rs
vst-rs copied to clipboard
Support for parameter properties min/max and step sizes
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.