MuseScore  3.4
Music composition and notation
importmidi_lrhand.h
Go to the documentation of this file.
1 #ifndef IMPORTMIDI_LRHAND_H
2 #define IMPORTMIDI_LRHAND_H
3 
4 namespace Ms {
5 
6 class MTrack;
7 class MidiChord;
8 class ReducedFraction;
9 
10 namespace LRHand {
11 
12 bool needToSplit(const std::multimap<ReducedFraction, MidiChord> &chords,
13  int midiProgram,
14  bool isDrumTrack);
15 
16 void splitIntoLeftRightHands(std::multimap<int, MTrack> &tracks);
17 
18 } // namespace LRHand
19 } // namespace Ms
20 
21 
22 #endif // IMPORTMIDI_LRHAND_H
void splitIntoLeftRightHands(std::multimap< int, MTrack > &tracks)
Definition: importmidi_lrhand.cpp:389
bool needToSplit(const std::multimap< ReducedFraction, MidiChord > &chords, int midiProgram, bool isDrumTrack)
Definition: importmidi_lrhand.cpp:13
Definition: aeolus.cpp:26