macro_rules! impl_ipc_processor_wrapper {
($processor:ty) => { ... };
}Expand description
Generate UnsafeMutex<Processor> forwarding methods that are identical
across all out-of-process plugin formats (CLAP, VST3, LV2).
macro_rules! impl_ipc_processor_wrapper {
($processor:ty) => { ... };
}Generate UnsafeMutex<Processor> forwarding methods that are identical
across all out-of-process plugin formats (CLAP, VST3, LV2).