MuseScore/src/framework/midi/internal
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
..
platform Fix crashes in CoreMidi destructors when not inited 2021-11-23 09:38:04 +01:00
dummymidiinport.cpp Removed extra methods from interface 2021-08-16 11:03:03 +02:00
dummymidiinport.h Removed extra methods from interface 2021-08-16 11:03:03 +02:00
dummymidioutport.cpp fixed midi ports init 2021-07-02 13:18:58 +03:00
dummymidioutport.h fixed midi ports init 2021-07-02 13:18:58 +03:00
midiconfiguration.cpp added mi sync for workspaces 2021-06-29 11:32:39 +02:00
midiconfiguration.h Implemented clear all and selected actions 2021-06-10 09:26:42 +02:00
midideviceslistener.cpp Fix potential threading issues with MidiDevicesListener 2021-06-08 00:29:05 +03:00
midideviceslistener.h Fix potential threading issues with MidiDevicesListener 2021-06-08 00:29:05 +03:00