Alexandre Bique bique.alexandre@gmail.com writes:
@@ -95,6 +95,7 @@ static int MODM_NumDevs = 0; /* this is the total number of MIDI out devices found */ static int MIDM_NumDevs = 0;
+static CRITICAL_SECTION midiSeqLock = { NULL, -1, 0, 0, 0, 0 };
Please add debug information like it's done in other places.