MuseScore  3.4
Music composition and notation
importmidi_chordname.h
Go to the documentation of this file.
1 #ifndef IMPORTMIDI_CHORDNAME_H
2 #define IMPORTMIDI_CHORDNAME_H
3 
4 
5 namespace Ms {
6 
7 class MTrack;
8 
9 namespace MidiChordName {
10 
11 void findChordNames(const std::multimap<int, MTrack> &tracks);
12 void setChordNames(QList<MTrack> &tracks);
13 
14 } // namespace MidiChordName
15 } // namespace Ms
16 
17 
18 #endif // IMPORTMIDI_CHORDNAME_H
void findChordNames(const std::multimap< int, MTrack > &tracks)
Definition: importmidi_chordname.cpp:150
void setChordNames(QList< MTrack > &tracks)
Definition: importmidi_chordname.cpp:168
Definition: aeolus.cpp:26