pipelined / vst2

Build vst2 plugins and hosts with Go
MIT License
135 stars 17 forks source link

Handle plugGetParamDisplay correctly #54

Open dudk opened 3 years ago

dudk commented 3 years ago

Existing implementation returns constant value hardcoded in the vst2.Parameter struct. It should call a user-defined function that will return display value based on current parameter value.