MuseScore
3.4
Music composition and notation
|
#include "midi/midifile.h"
Go to the source code of this file.
Namespaces | |
Ms | |
Ms::MidiInstr | |
Functions | |
QString | Ms::MidiInstr::instrumentName (MidiType type, int program, bool isDrumTrack) |
QString | Ms::MidiInstr::msInstrName (int trackIndex) |
QString | Ms::MidiInstr::concatenateWithComma (const QString &left, const QString &right) |
bool | Ms::MidiInstr::isGrandStaff (const MTrack &t1, const MTrack &t2) |
void | Ms::MidiInstr::setGrandStaffProgram (QList< MTrack > &tracks) |
void | Ms::MidiInstr::findInstrumentsForAllTracks (const QList< MTrack > &tracks, bool forceReload) |
void | Ms::MidiInstr::createInstruments (Score *score, QList< MTrack > &tracks) |
void | Ms::MidiInstr::instrumentTemplatesChanged () |