drumstick 2.10.0
C++ MIDI libraries using Qt objects, idioms, and style.
alsaevent.cpp File Reference

Implementation of classes managing ALSA Sequencer events. More...

#include <cxxabi.h>
#include "errorcheck.h"
#include <drumstick/alsaevent.h>
Include dependency graph for alsaevent.cpp:

Go to the source code of this file.

Namespaces

namespace  drumstick
 Drumstick common.
 
namespace  drumstick::ALSA
 Drumstick ALSA library wrapper.
 

Functions

QString typeOfEvent (const SequencerEvent &v)
 typeOfEvent returns a QString representing the type of the event More...
 
QDebug operator<< (QDebug d, const SequencerEvent &event)
 operator << outputs a SequencerEvent instance reference to a QDebug stream More...
 
QDebug operator<< (QDebug d, const SequencerEvent *event)
 operator << outputs a SequencerEvent instance pointer to a QDebug stream More...
 

Detailed Description

Implementation of classes managing ALSA Sequencer events.

Definition in file alsaevent.cpp.