Skip to content

Improve Mooflod widget scalability and configurability #61

@lucretiomsp

Description

@lucretiomsp

Mooflod widgets should be designed with scalability in mind. Currently, too many values (e.g. labels, instruments, parameters) are hardcoded or rely on magic numbers and strings. This makes it difficult to adapt the widgets for different use cases or integrate them into other systems.

  • We should refactor the implementation to allow:

  • Easy configuration of labels, instruments, and visual representation.

  • Avoidance of hardcoded values; use named constants or external configuration instead.

  • A more declarative or data-driven approach to define widget behavior.

  • This will make Mooflod more modular, reusable, and user-friendly — especially for live coding and UI composition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions