MuseScore  3.4
Music composition and notation
importmidi_swing.h
Go to the documentation of this file.
1 #ifndef IMPORTMIDI_SWING_H
2 #define IMPORTMIDI_SWING_H
3 
4 #include "importmidi_operation.h"
5 
6 
7 namespace Ms {
8 
9 class Staff;
10 
11 namespace Swing {
12 
13 void detectSwing(Staff *staff, MidiOperations::Swing swingType);
14 
15 } // namespace Swing
16 } // namespace Ms
17 
18 
19 #endif // IMPORTMIDI_SWING_H
Swing
Definition: importmidi_operation.h:32
Definition: aeolus.cpp:26
void detectSwing(Staff *staff, MidiOperations::Swing swingType)
Definition: importmidi_swing.cpp:211