You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
voidwriteSettings(QSettings *settings);
This method would not be part of the interfaces before Drumstick-3, and could be called only by QMetaObject::invoke().
The text was updated successfully, but these errors were encountered:
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.This method would not be part of the interfaces before Drumstick-3, and could be called only by
QMetaObject::invoke()
.The text was updated successfully, but these errors were encountered: