MuseScore/src/framework/midi
Casper Jeukendrup c12f00a7da
Fix crashes in CoreMidi destructors when not inited
In their destructors, `CoreMidiInPort` and `CoreMidiOutPort` assume that their `m_core` is created (not nullptr). That was only the case in Editor mode, but not in Converter mode. Now, the `m_core` is created, but still only fully inited in Editor mode.
2021-11-23 09:38:04 +01:00
..
internal Fix crashes in CoreMidi destructors when not inited 2021-11-23 09:38:04 +01:00
qml/MuseScore/Midi Moved midi mapping to shortcuts 2021-06-10 09:26:42 +02:00
view/devtools Implemented sending and receiving MIDI 2.0 events for CoreMIDI (macOS) 2021-10-29 20:49:33 +02:00
CMakeLists.txt Fix linking Unit Tests on macOS 2021-08-05 00:24:18 +02:00
imidiconfiguration.h Implemented clear all and selected actions 2021-06-10 09:26:42 +02:00
imidiinport.h Removed extra methods from interface 2021-08-16 11:03:03 +02:00
imidioutport.h Implemented Midi devices changed notification for CoreMidi 2021-06-07 23:59:37 +02:00
midi.qrc Moved midi mapping to shortcuts 2021-06-10 09:26:42 +02:00
midierrors.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
midievent.h Implemented sending and receiving MIDI 2.0 events for CoreMIDI (macOS) 2021-10-29 20:49:33 +02:00
midimodule.cpp removed libmscore/layout.cpp 2021-08-20 15:47:07 +02:00
midimodule.h changed namespace for modularity 2021-06-30 17:18:03 +02:00
miditypes.h moved midi_old to engraving/compat/midi 2021-08-16 18:29:07 +02:00