MuseScore
3.4
Music composition and notation
|
#include "libmscore/rendermidi.h"
#include "libmscore/sequencer.h"
#include "libmscore/fraction.h"
#include "synthesizer/event.h"
#include "driver.h"
#include "libmscore/fifo.h"
#include "libmscore/tempo.h"
Go to the source code of this file.
Classes | |
struct | Ms::SeqMsg |
class | Ms::SeqMsgFifo |
class | Ms::Seq |
Namespaces | |
Ms | |
Enumerations | |
enum | Ms::SeqMsgId : char { Ms::SeqMsgId::NO_MESSAGE, Ms::SeqMsgId::TEMPO_CHANGE, Ms::SeqMsgId::PLAY, Ms::SeqMsgId::SEEK, Ms::SeqMsgId::MIDI_INPUT_EVENT } |
enum | Ms::Transport : char { Ms::Transport::STOP =0, Ms::Transport::PLAY =1, Ms::Transport::STARTING =3, Ms::Transport::NET_STARTING =4 } |
Functions | |
void | Ms::initSequencer () |
bool | Ms::initMidi () |