Move the flush request to the audio thread

This commit is contained in:
Robbert van der Helm
2022-09-26 16:46:00 +02:00
parent 214ba51010
commit 8bc61837c9
5 changed files with 17 additions and 22 deletions
@@ -223,8 +223,6 @@ struct FlushResponse {
}
};
// TODO: This can be either a main thread or an audio thread function call
// depending on whether or not the plugin is active
/**
* Message struct for `clap_plugin_params::flush()`.
*/