|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Scans for plugins in an out-of-process manner. More...
#include <src/plugins/out_of_process_scanner.h>


Scans for plugins in an out-of-process manner.
This class is responsible for scanning for audio plugins in an out-of-process manner, using a separate child process to perform the scanning. This is done to avoid potential crashes or hangs in the main process when scanning for plugins.
The scanning is performed asynchronously, and a scanCompleted() signal is emitted when the scan is finished.
TODO: write unit tests.
Definition at line 63 of file out_of_process_scanner.h.