drumstick
2.5.1
|
Implementation of the configuration dialogs. More...
#include "fluidsettingsdialog.h"
#include "networksettingsdialog.h"
#include <drumstick/configurationdialogs.h>
Go to the source code of this file.
Namespaces | |
drumstick | |
Drumstick common. | |
drumstick::widgets | |
Drumstick Widgets library MIDI related widgets and functions. | |
Functions | |
bool DRUMSTICK_EXPORT | inputDriverIsConfigurable (const QString driver) |
inputDriverIsConfigurable More... | |
bool DRUMSTICK_EXPORT | outputDriverIsConfigurable (const QString driver) |
outputDriverIsConfigurable More... | |
bool DRUMSTICK_EXPORT | configureInputDriver (const QString driver, QWidget *parent) |
Input Driver configuration dialog Some RT input drivers can be configured. More... | |
bool DRUMSTICK_EXPORT | configureOutputDriver (const QString driver, QWidget *parent) |
Output Driver configuration dialog Some RT output drivers can be configured. More... | |
void DRUMSTICK_EXPORT | changeSoundFont (const QString driver, const QString fileName, QWidget *parent) |
Changes the sound font configuration Some RT output drivers accept soundfonts. More... | |
QString DRUMSTICK_EXPORT | libraryVersion () |
libraryVersion returns the runtime library version as a QString More... | |
Implementation of the configuration dialogs.
Definition in file configurationdialogs.cpp.