MuseScore/mscore/importmidi_swing.h
2013-08-09 14:00:42 +04:00

19 lines
275 B
C++

#ifndef IMPORTMIDI_SWING_H
#define IMPORTMIDI_SWING_H
#include "importmidi_operation.h"
namespace Ms {
class Staff;
namespace Swing {
void detectSwing(Staff *staff, MidiOperation::Swing swingType);
} // namespace Swing
} // namespace Ms
#endif // IMPORTMIDI_SWING_H