diff --git a/src/common/communication/clap.h b/src/common/communication/clap.h index eb05d62f..a2a934fd 100644 --- a/src/common/communication/clap.h +++ b/src/common/communication/clap.h @@ -78,6 +78,9 @@ class ClapAudioThreadSockets { callback_.close(); } + // TODO: These don't need mutual recursion. Make that optional to save some + // threads. + /** * Used for host->plugin audio thread function calls. */