You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LADSPA API does encourage but not enforce connecting control inputs before the activate call. This leads to undefined behaviour or even segmentation faults (use of uninitialised memory) when using most of these plugins in an ALSA chain.
Fix is possible by a small fix in alsa (call activate as late as possible) but the real issue lies here...
The text was updated successfully, but these errors were encountered:
LADSPA API does encourage but not enforce connecting control inputs before the activate call. This leads to undefined behaviour or even segmentation faults (use of uninitialised memory) when using most of these plugins in an ALSA chain.
Fix is possible by a small fix in alsa (call activate as late as possible) but the real issue lies here...
The text was updated successfully, but these errors were encountered: