Module feature

Module feature 

Source
Expand description

Additional host functionalities.

Structs§

FeatureCache
Cache for host features, used in the feature discovery stage.
FeatureDescriptor
Descriptor of a single host feature.
HardRTCapable
Marker feature to signal that the plugin can run in a hard real-time environment.
InPlaceBroken
Marker feature to signal the host to avoid in-place operation.
IsLive
Marker feature to signal the host to only run the plugin in a live environment.
MissingFeatureError
An error created during feature resolution when a required feature is missing.

Enums§

ThreadingClass
All threading contexts of LV2 interface methods.

Traits§

Feature
Trait to generalize the feature detection system.
FeatureCollection
Convenience trait for feature collections.