drumstick
0.5.0
|
Implementation of classes managing ALSA Sequencer clients. More...
#include "alsaclient.h"
#include "alsaqueue.h"
#include "alsaevent.h"
#include <QFile>
#include <QRegExp>
#include <QThread>
#include <QReadLocker>
#include <QWriteLocker>
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | MidiClient::SequencerInputThread |
This class manages event input from the ALSA sequencer. More... | |
Functions | |
DRUMSTICK_EXPORT QString | getRuntimeALSADriverVersion () |
Gets the runtime ALSA drivers version string. More... | |
DRUMSTICK_EXPORT int | getRuntimeALSADriverNumber () |
Gets the runtime ALSA drivers version number. More... | |
Implementation of classes managing ALSA Sequencer clients.
Definition in file alsaclient.cpp.
int getRuntimeALSADriverNumber | ( | ) |
Gets the runtime ALSA drivers version number.
Definition at line 2534 of file alsaclient.cpp.
References drumstick::getRuntimeALSADriverNumber(), and drumstick::getRuntimeALSADriverVersion().
Referenced by drumstick::getRuntimeALSADriverNumber().
QString getRuntimeALSADriverVersion | ( | ) |
Gets the runtime ALSA drivers version string.
Definition at line 2515 of file alsaclient.cpp.
References drumstick::getRuntimeALSADriverVersion().
Referenced by drumstick::getRuntimeALSADriverNumber(), and drumstick::getRuntimeALSADriverVersion().