ladspa::PROP_INPLACE_BROKEN []

pub const PROP_INPLACE_BROKEN: Properties = Properties{bits: ladspa::PROPERTY_INPLACE_BROKEN,}

Indicates that the plugin will not function correctly if the input and output audio data has the same memory location. This could be an issue if you copy input to output then refer back to previous values of the input as they will be overwritten. It is recommended that you avoid using this flag if possible as it can decrease the speed of the plugin.