![]() |
Mixxx
|
#include <mididevicedummy.h>


Public Member Functions | |
| MidiDeviceDummy (MidiMapping *mapping=NULL) | |
| ~MidiDeviceDummy () | |
| int | open () |
| int | close () |
| void | run () |
| void | sendShortMsg (unsigned int word) |
| void | sendSysexMsg (unsigned char data[], unsigned int length) |
Definition at line 29 of file mididevicedummy.h.
| MidiDeviceDummy::MidiDeviceDummy | ( | MidiMapping * | mapping = NULL | ) | [inline] |
Definition at line 31 of file mididevicedummy.h.
| MidiDeviceDummy::~MidiDeviceDummy | ( | ) | [inline] |
Definition at line 32 of file mididevicedummy.h.
| int MidiDeviceDummy::close | ( | ) | [inline, virtual] |
Implements MidiDevice.
Definition at line 34 of file mididevicedummy.h.
| int MidiDeviceDummy::open | ( | ) | [inline, virtual] |
Implements MidiDevice.
Definition at line 33 of file mididevicedummy.h.
| void MidiDeviceDummy::run | ( | ) | [inline, virtual] |
Implements MidiDevice.
Definition at line 35 of file mididevicedummy.h.
| void MidiDeviceDummy::sendShortMsg | ( | unsigned int | word | ) | [inline, virtual] |
Reimplemented from MidiDevice.
Definition at line 36 of file mididevicedummy.h.
| void MidiDeviceDummy::sendSysexMsg | ( | unsigned char | data[], |
| unsigned int | length | ||
| ) | [inline, virtual] |
Reimplemented from MidiDevice.
Definition at line 37 of file mididevicedummy.h.