pub fn presets() -> Vec<(&'static str, PatchTree)>Expand description
The built-in presets, as (name, tree) pairs.
Retained as the compatibility shim over preset_bank; new callers that
want categories or copy should use that instead.
pub fn presets() -> Vec<(&'static str, PatchTree)>The built-in presets, as (name, tree) pairs.
Retained as the compatibility shim over preset_bank; new callers that
want categories or copy should use that instead.