You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within roland::types::effects there are a lot of types which need Validation. These should be validated in all Mfx, Reverb and Chorus Parameters sets, however the only way to do that at the moment is put #[validate] in front of every single field which will:
take a long time
make everything hard to read
likely to miss one anyway
A better option is an option which forces all sub-types to have Validation, so either:
Within roland::types::effects there are a lot of types which need Validation. These should be validated in all Mfx, Reverb and Chorus Parameters sets, however the only way to do that at the moment is put
#[validate]
in front of every single field which will:A better option is an option which forces all sub-types to have Validation, so either:
The text was updated successfully, but these errors were encountered: