pub fn capture_effects(name: &str, clip: &Clip) -> EffectPresetExpand description
Snapshot a clip’s node graph if it has one, else its effect stack. The JSON’s shape is what tells
the two apart afterwards (EffectPreset::is_graph) — nothing else has to be stored.