Function capture_effects

Source
pub fn capture_effects(name: &str, clip: &Clip) -> EffectPreset
Expand 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.