Canorus  0.0
Macros
midiexport.cpp File Reference
#include <QRegExp>
#include <QFileInfo>
#include <QTextStream>
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include "export/midiexport.h"
#include "score/document.h"
#include "score/sheet.h"
#include "score/staff.h"
#include "score/voice.h"
#include "interface/playback.h"
#include "interface/mididevice.h"
Include dependency graph for midiexport.cpp:

Macros

#define META_TEXT   0x01
 
#define META_TIMESIG   0x58
 
#define META_KEYSIG   0x59
 
#define META_TEMPO   0x51
 
#define META_TRACK_END   0x2f
 
#define MIDI_CTL_EVENT   0xff
 
#define MIDI_CTL_REVERB   0x5b
 
#define MIDI_CTL_CHORUS   0x5d
 
#define MIDI_CTL_PAN   0x0a
 
#define MIDI_CTL_VOLUME   0x07
 
#define MIDI_CTL_SUSTAIN   0x40
 

Macro Definition Documentation

◆ META_KEYSIG

#define META_KEYSIG   0x59

◆ META_TEMPO

#define META_TEMPO   0x51

◆ META_TEXT

#define META_TEXT   0x01

◆ META_TIMESIG

#define META_TIMESIG   0x58

◆ META_TRACK_END

#define META_TRACK_END   0x2f

◆ MIDI_CTL_CHORUS

#define MIDI_CTL_CHORUS   0x5d

◆ MIDI_CTL_EVENT

#define MIDI_CTL_EVENT   0xff

◆ MIDI_CTL_PAN

#define MIDI_CTL_PAN   0x0a

◆ MIDI_CTL_REVERB

#define MIDI_CTL_REVERB   0x5b

◆ MIDI_CTL_SUSTAIN

#define MIDI_CTL_SUSTAIN   0x40

◆ MIDI_CTL_VOLUME

#define MIDI_CTL_VOLUME   0x07