pedrolcl / drumstick

Drumstick Qt/C++ MIDI libraries (Mirror)
https://sourceforge.net/projects/drumstick/
GNU General Public License v3.0
12 stars 3 forks source link

RT Backends: store configuration settings #16

Closed pedrolcl closed 8 months ago

pedrolcl commented 9 months ago

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 commented 9 months ago

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

pedrolcl commented 9 months ago

Another backend that needs this functionality is macsynth