Closed buosseph closed 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.
string_to_parameter
Fixed in a798a1e84714700e1bcd91c3a92c21dbbf734c07
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.