drumstick  2.3.1
configurationdialogs.cpp File Reference

Implementation of the configuration dialogs. More...

Include dependency graph for configurationdialogs.cpp:

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...
 

Detailed Description

Implementation of the configuration dialogs.

Definition in file configurationdialogs.cpp.