Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RT Backends: store configuration settings #16

Closed
pedrolcl opened this issue Dec 8, 2023 · 2 comments
Closed

RT Backends: store configuration settings #16

pedrolcl opened this issue Dec 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pedrolcl
Copy link
Owner

pedrolcl commented Dec 8, 2023

The back-end plugins may have a function to store the settings, without needing the help of the configuration dialogs provided by drumstick::widgets. This is needed to store a full set of settings in RT projects, like VMPK.

public slot:
    void writeSettings(QSettings *settings);

This method would not be part of the interfaces before Drumstick-3, and could be called only by QMetaObject::invoke().

@pedrolcl pedrolcl added the enhancement New feature or request label Dec 8, 2023
@pedrolcl pedrolcl added this to the v2.9 milestone Dec 8, 2023
@pedrolcl pedrolcl self-assigned this Dec 8, 2023
@pedrolcl
Copy link
Owner Author

pedrolcl commented Dec 8, 2023

This ticket is required by /pedrolcl/VMPK/issues/18

@pedrolcl
Copy link
Owner Author

Another backend that needs this functionality is macsynth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant