1 2 3 4 5 6
//! Built-in preset bank (pure data, no filesystem I/O). //! //! Filesystem persistence for user presets lives in the binary crate's //! `preset_store` module and is not part of the library API. pub mod sid;