truce-core 0.58.3

Core types for the truce audio plugin framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Runtime preset discovery and management - re-exported from
//! [`truce_utils::presets`], where the implementation lives so
//! `cargo truce preset` shares it without inheriting `truce-core`'s
//! runtime dependency chain (the same split as [`crate::state`]).
//!
//! Format wrappers use the discovery half (`enumerate_scope`,
//! `read_preset_ref`, `load_preset_file`, the scope roots) to
//! surface presets to hosts; in-editor preset menus use
//! [`PresetStore`] for the management operations.

pub use truce_utils::presets::*;