Re-exports§
pub use workers::worker;pub use plugins::clap_proc;pub use plugins::lv2_proc;pub use plugins::vst3_proc;
Modules§
- clap
- client
- history
- kind
- lv2
- message
- mutex
- plugins
- simd
- Portable SIMD helper routines for buffer math.
- state
- vst3
- workers
Macros§
- impl_
hw_ device_ for_ driver - impl_
hw_ midi_ hub_ traits - impl_
hw_ worker_ traits_ for_ driver - impl_
ipc_ processor_ wrapper - Generate
UnsafeMutex<Processor>forwarding methods that are identical across all out-of-process plugin formats (CLAP, VST3, LV2).
Structs§
Functions§
- enable_
flush_ denormals_ to_ zero - Enables Flush-to-Zero (FTZ) and Denormals-Are-Zero (DAZ) on x86/x86_64, or flush-to-zero on aarch64. This prevents subnormal floating-point numbers from causing severe performance degradation in audio DSP code.
- init