Add TODO on also supporting hard realtime for VST3
This commit is contained in:
parent
c9332d332b
commit
37a2d86714
|
@ -206,6 +206,8 @@ pub trait ClapPlugin: Plugin {
|
||||||
/// If this is set to true, then the plugin will report itself as having a hard realtime
|
/// If this is set to true, then the plugin will report itself as having a hard realtime
|
||||||
/// processing requirement when the host asks for it. Supported hosts will never ask the plugin
|
/// processing requirement when the host asks for it. Supported hosts will never ask the plugin
|
||||||
/// to do offline processing.
|
/// to do offline processing.
|
||||||
|
// TODO: Supposedly VST3 also has something similar if you add an `|OnlyRT` category. We should
|
||||||
|
// move this to the Plugin trait and use that for VST3
|
||||||
const CLAP_HARD_REALTIME: bool = false;
|
const CLAP_HARD_REALTIME: bool = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue