drumstick  1.1.0
alsaclient.h File Reference

Classes managing ALSA Sequencer clients. More...

#include "alsaport.h"
#include <QPointer>
#include <QThread>
#include <QReadWriteLock>
Include dependency graph for alsaclient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClientInfo
 Client information. More...
 
class  SystemInfo
 System information. More...
 
class  PoolInfo
 Sequencer Pool information. More...
 
class  SequencerEventHandler
 Sequencer events handler. More...
 
class  MidiClient
 Client management. More...
 

Typedefs

typedef QList< ClientInfo > ClientInfoList
 List of sequencer client information.
 

Functions

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

Detailed Description

Classes managing ALSA Sequencer clients.

Definition in file alsaclient.h.

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