// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! Implementation of the `clap_plugin_tail` extension for NAM-rs.
//!
//! Reports the plugin's tail length (CabSim IR + oversampling/resampling latencies)
//! so DAWs can properly handle offline bounces and silence-timeout processing.
use crateNamClapProcessor;
use ;
use Ordering;
/// Marker type for extension registration.
pub type NamPluginTail = PluginTail;