MuseScore/mscore/importmidi_lrhand.h
2013-08-24 02:12:50 +04:00

16 lines
247 B
C++

#ifndef IMPORTMIDI_LRHAND_H
#define IMPORTMIDI_LRHAND_H
namespace Ms {
class MTrack;
namespace LRHand {
void splitIntoLeftRightHands(std::multimap<int, MTrack> &tracks);
} // namespace LRHand
} // namespace Ms
#endif // IMPORTMIDI_LRHAND_H