davidlang42 / roland-rds

Library for working with Roland RDS files (live set keyboard patches)
GNU Affero General Public License v3.0
3 stars 0 forks source link

Use validation on effect Parameters sets #38

Open davidlang42 opened 1 year ago

davidlang42 commented 1 year ago

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: