drumstick  1.1.0
alsaclient.cpp File Reference

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>
Include dependency graph for alsaclient.cpp:

Go to the source code of this file.

Classes

class  MidiClient::SequencerInputThread
 This class manages event input from the ALSA sequencer. More...
 

Functions

QString getRuntimeALSADriverVersion ()
 Gets the runtime ALSA drivers version string. More...
 
int getRuntimeALSADriverNumber ()
 Gets the runtime ALSA drivers version number. More...
 

Detailed Description

Implementation of classes managing ALSA Sequencer clients.

Definition in file alsaclient.cpp.

Function Documentation

◆ getRuntimeALSADriverNumber()

DRUMSTICK_EXPORT int getRuntimeALSADriverNumber ( )

Gets the runtime ALSA drivers version number.

Returns
integer representing the runtime ALSA drivers version
Since
0.3.0
Examples:
sysinfo.cpp.

Definition at line 2478 of file alsaclient.cpp.

References drumstick::getRuntimeALSADriverNumber(), and drumstick::getRuntimeALSADriverVersion().

Referenced by drumstick::getRuntimeALSADriverNumber().

◆ getRuntimeALSADriverVersion()

DRUMSTICK_EXPORT QString getRuntimeALSADriverVersion ( )

Gets the runtime ALSA drivers version string.

Returns
string representing the runtime ALSA drivers version
Since
0.3.0
Examples:
sysinfo.cpp.

Definition at line 2459 of file alsaclient.cpp.

References drumstick::getRuntimeALSADriverVersion().

Referenced by drumstick::getRuntimeALSADriverNumber(), and drumstick::getRuntimeALSADriverVersion().