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

Is there any way to communicate with the Plugin with String or str?

chaosprint opened this issue · comments

It seems that the PluginParameters trait is only designed for numbers.
Is it possible to use String as a parameter? Of course, a u8 slice may also work.