djdiskmachine / LittleGPTracker

Little Piggy Tracker, LittleGPTracker feature improved
Other
117 stars 23 forks source link

Fix Midi support on x86/x64 #116

Closed simotek closed 2 months ago

simotek commented 2 months ago

MidiService needed thread protection on its queue as one thread was regularly clearing or adding to the queue while the other was iterating over it.