30 Mar
2015
30 Mar
'15
9:27 a.m.
Joël Krähemann wrote:
I can crash my application while modifying values of the LADSPA plugin assigned dial widget what uses atomic operations and a task engine ...
Atomic operations are thread-safe by definition.
However, plugin functions might not be. The LADSPA spec does not say anything about it, so I guess you have to serialize all accesses.
And what does this have to do with ALSA?
Regards, Clemens