Inspired by issue #114 from the spikesortingview project.
Presumably this would work something like the way that desynced unit selection state works between UnitSelectionContext and LockableSelectUnitsWidget in figurl-spike-sorting-views. This would involve having a hook that chooses between the local state and the global state, and syncs the local state to the global state when decoupling is turned off.
If implemented, need to check fairly heavily against the base animation controls. Also need to decide where this code lives (presumably with the animation, but that itself probably ought to be moved to somewhere more general).
Inspired by issue #114 from the spikesortingview project.
Presumably this would work something like the way that desynced unit selection state works between UnitSelectionContext and LockableSelectUnitsWidget in figurl-spike-sorting-views. This would involve having a hook that chooses between the local state and the global state, and syncs the local state to the global state when decoupling is turned off.
If implemented, need to check fairly heavily against the base animation controls. Also need to decide where this code lives (presumably with the animation, but that itself probably ought to be moved to somewhere more general).