RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement GetParamInfo for step sizes and min/max info

helgoboss opened this issue · comments

As pointed out in #95, support for the GetParamInfo opcode is still missing. I will open a pull request in the next days that implements this opcode partially (including step sizes, min/max, ramp but excluding the display index, category and label stuff).