Mixxx
|
#include "mididevice.h"
#include "midimessage.h"
#include "mixxxcontrol.h"
#include "midiinputmapping.h"
#include "midioutputmapping.h"
#include <QTableWidget>
Go to the source code of this file.
Classes | |
class | MidiMapping |
Defines | |
#define | BINDINGS_PATH QDir::homePath().append("/").append(SETTINGS_PATH).append("midi/") |
#define | LPRESETS_PATH QDir::homePath().append("/").append(SETTINGS_PATH).append("presets/") |
#define | MIDI_MAPPING_EXTENSION ".midi.xml" |
#define BINDINGS_PATH QDir::homePath().append("/").append(SETTINGS_PATH).append("midi/") |
Definition at line 39 of file midimapping.h.
#define LPRESETS_PATH QDir::homePath().append("/").append(SETTINGS_PATH).append("presets/") |
Definition at line 41 of file midimapping.h.
#define MIDI_MAPPING_EXTENSION ".midi.xml" |
Definition at line 42 of file midimapping.h.