-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MiniCliffEQ crash on non-thread safe FFTW3 routine calls
This fixes the crash when 2 or more instances of MiniCliffEQ is launched, then host calls `OverlapSaveConvolver::setFir()` by resetting or initialization. On FFTW 3.3.10 manual section 5.4 Thread safety, it says that "the only thread-safe routine in FFTW is fftw_execute (and the new-array variants thereof)." I have no idea if all the VST 3 hosts are initializing plugins in a single thread.
- Loading branch information
Showing
4 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters