mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add a CLAP TODO for offline rendering
This commit is contained in:
@@ -940,6 +940,8 @@ void ClapBridge::register_plugin_instance(
|
|||||||
|
|
||||||
return Ack{};
|
return Ack{};
|
||||||
},
|
},
|
||||||
|
// TODO: Once we add the render extension, process on the
|
||||||
|
// main thread when doing offline rendering
|
||||||
[&](clap::ext::params::plugin::Flush& request)
|
[&](clap::ext::params::plugin::Flush& request)
|
||||||
-> clap::ext::params::plugin::Flush::Response {
|
-> clap::ext::params::plugin::Flush::Response {
|
||||||
const auto& [instance, _] =
|
const auto& [instance, _] =
|
||||||
|
|||||||
Reference in New Issue
Block a user