overdrivenpotato / rust-vst2

VST 2.4 API implementation in rust. Create plugins or hosts.
MIT License
221 stars 23 forks source link

Update string_to_parameter to use &mut self #15

Closed buosseph closed 8 years ago

buosseph commented 8 years ago

string_to_parameter is suppose to update the parameter value, so it should have a mutable reference to the implementing struct. When parameters are stored through composition the plugin cannot update their values.

overdrivenpotato commented 8 years ago

Fixed in a798a1e84714700e1bcd91c3a92c21dbbf734c07