Files
lmms/include
Tobias Doerffel 87cf991c32 MidiAlsaSeq: protect concurrent sequencer accesses with mutex
The ALSA sequencer interface is not reentrant and thus we can't queue
MIDI events for output from different threads (which happens with multicore
rendering as processOutEvent() is being called by individual note play
handles). We therefore have to care that we don't call the ALSA sequencer
functions concurrently.

Thanks to Benjamin Kusch for providing a testcase.

Closes #531.
2013-11-20 23:54:31 +01:00
..
2008-10-19 21:47:52 +00:00
2013-02-09 12:33:22 +01:00
2012-11-11 19:45:24 +01:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2007-08-27 18:25:01 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2008-09-08 22:48:43 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2006-08-27 23:24:31 +00:00
2008-07-22 11:36:50 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2008-04-12 15:10:55 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2013-01-23 23:08:03 +01:00
2010-01-25 23:27:43 +01:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2008-07-28 21:39:08 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2013-02-09 12:33:22 +01:00
2013-02-09 12:33:22 +01:00
2009-08-25 01:30:41 +02:00
2007-08-27 18:25:01 +00:00
2009-08-25 01:30:41 +02:00
2009-08-25 01:30:41 +02:00
2012-11-01 21:36:31 +01:00