Skip to content

Use validation on effect Parameters sets #38

@davidlang42

Description

@davidlang42

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions